]> git.sesse.net Git - stockfish/blob - .gitignore
Small clean-up
[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