projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4d1d0cc
)
Extend gitignore file
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Thu, 21 Aug 2025 21:54:04 +0000 (23:54 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Thu, 21 Aug 2025 22:02:28 +0000 (
00:02
+0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
97f6375
..
ebfe033
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,3
+1,8
@@
+# Ignore binaries in src/ that have no extension
+/src/*
+!/src/*.*
+!/src/*/
+
# Files from build
**/*.o
**/*.s
@@
-29,6
+34,9
@@
__pycache__
# test artifacts
tests/*.exp
+src/*.log
+src/*.epd
+src/*.txt
# IDEs
.vscode