mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
alternative to https://github.com/official-stockfish/Stockfish/pull/6660 closes https://github.com/official-stockfish/Stockfish/pull/6662 No functional change
19 lines
276 B
Plaintext
19 lines
276 B
Plaintext
# Files from build
|
|
**/*.o
|
|
**/*.s
|
|
src/.depend
|
|
.build_sha.txt
|
|
.build_date.txt
|
|
|
|
# Built binary
|
|
src/stockfish*
|
|
src/-lstdc++.res
|
|
|
|
# Neural network for the NNUE evaluation
|
|
**/*.nnue
|
|
|
|
# Files generated by the instrumented tests
|
|
tsan.supp
|
|
__pycache__/
|
|
tests/syzygy
|
|
tests/bench_tmp.epd |