Files
triangles_v5/.gitignore
T
sami7777 eb21b8c87b Fix build: embedded Tor linking, UPnP guard, LogPrintf, socket types
- CMakeLists: add --start-group linking for libtor.a and its deps
  (libevent, openssl, zlib, lzma, zstd) with --allow-multiple-definition
  for mixed static/dynamic OpenSSL on Windows
- CMakeLists: define USE_UPNP=0 only when USE_UPNP is off (not via
  #ifdef-incompatible define)
- net.cpp: guard USE_UPNP reference with #ifdef for builds without UPnP
- rpcwallet.cpp: replace nonexistent LogPrintf with printf
- tor_embedded.cpp: fix SOCKET type mismatch on Windows (SOCKET vs int)
- .gitignore: add testnet-sync/ directory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 03:42:42 -07:00

66 lines
589 B
Plaintext

# Build artifacts
*.o
*.exe
*.dll
*.so
*.dylib
*.a
/dist/
build/
release/
debug/
/Makefile
Makefile.Debug
Makefile.Release
.qmake.stash
object_script.triangles-qt.Debug
object_script.triangles-qt.Release
/*.zip
/*.tar.gz
# Qt
moc_*.cpp
ui_*.h
qrc_*.cpp
*.pro.user
*.pro.user.*
# Blockchain data
*.dat
*.log
peers.dat
wallet.dat
*.lock
database/
txleveldb/
blktree/
chainstate/
blocks/
*.bak
# IDE
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store
# Temp files
*.json
.*.json
temp/
tmp/
testnet-sync/
# Private/Local
triangles.conf
*.pem
*.key
*.cert
*.gpg
*.o
src/trianglesd
src/obj/