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>
This commit is contained in:
@@ -7,8 +7,12 @@
|
||||
*.a
|
||||
/dist/
|
||||
build/
|
||||
build2/
|
||||
build_*/
|
||||
release/
|
||||
debug/
|
||||
build_err*.txt
|
||||
*build_err.txt
|
||||
/Makefile
|
||||
Makefile.Debug
|
||||
Makefile.Release
|
||||
@@ -24,6 +28,7 @@ ui_*.h
|
||||
qrc_*.cpp
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
*.qm
|
||||
|
||||
# Blockchain data
|
||||
*.dat
|
||||
|
||||
Reference in New Issue
Block a user