mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Add .gitignore
add files produced during the build to a newly added .gitignore closes https://github.com/official-stockfish/Stockfish/pull/3286 No functional change
This commit is contained in:
parent
329ef2a6aa
commit
b7f643fe39
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Files from build
|
||||||
|
**/*.o
|
||||||
|
**/*.s
|
||||||
|
src/.depend
|
||||||
|
|
||||||
|
# Built binary
|
||||||
|
src/stockfish*
|
||||||
|
src/-lstdc++.res
|
||||||
|
|
||||||
|
# Neural network for the NNUE evaluation
|
||||||
|
**/*.nnue
|
||||||
|
|
Loading…
Add table
Reference in a new issue