mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Use sha and git diff-index status for full version string. closes https://github.com/official-stockfish/Stockfish/pull/6965 No functional change
23 lines
345 B
Plaintext
23 lines
345 B
Plaintext
# Files from build
|
|
**/*.o
|
|
**/*.s
|
|
src/.depend
|
|
src/temp_builds
|
|
src/universal/network_dump.inc
|
|
.build_sha.txt
|
|
.build_date.txt
|
|
.build_diffindex.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
|