mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00

add files produced during the build to a newly added .gitignore closes https://github.com/official-stockfish/Stockfish/pull/3286 No functional change
12 lines
146 B
Text
12 lines
146 B
Text
# Files from build
|
|
**/*.o
|
|
**/*.s
|
|
src/.depend
|
|
|
|
# Built binary
|
|
src/stockfish*
|
|
src/-lstdc++.res
|
|
|
|
# Neural network for the NNUE evaluation
|
|
**/*.nnue
|
|
|