]> git.sesse.net Git - stockfish/blob - .gitignore
8981efcaf13522ef9c3de7ea0f2d03678dd68f19
[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