]> git.sesse.net Git - stockfish/blob - .gitignore
Update NNUE architecture to SFNNv5. Update network to nn-3c0aa92af1da.nnue.
[stockfish] / .gitignore
1 # Files from build
2 **/*.o
3 **/*.s
4 src/.depend
5
6 # Built binary
7 src/stockfish*
8 src/-lstdc++.res
9
10 # Neural network for the NNUE evaluation
11 **/*.nnue
12