1
0
Fork 0

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
pull/3331/head
Rod Johnson 2021-01-04 22:59:55 +11:00 committed by Joost VandeVondele
parent 329ef2a6aa
commit b7f643fe39
1 changed files with 12 additions and 0 deletions

12
.gitignore vendored 100644
View 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