Files
triangles_v5/.gitignore
T
sami7777 b9d631e968 Ignore build artifacts and compiled Qt translations
Adds patterns for stray build directories, build error logs (including
the corrupted-name redirect file), and *.qm. Existing tracked .qm files
remain tracked; this only stops freshly-compiled regenerations from
cluttering git status.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 22:48:33 -07:00

71 lines
641 B
Plaintext

# Build artifacts
*.o
*.exe
*.dll
*.so
*.dylib
*.a
/dist/
build/
build2/
build_*/
release/
debug/
build_err*.txt
*build_err.txt
/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.*
*.qm
# 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/