X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=.gitignore;fp=.gitignore;h=8981efcaf13522ef9c3de7ea0f2d03678dd68f19;hp=0000000000000000000000000000000000000000;hb=b7f643fe391d00fd9088587e8ef0ca520fa1480f;hpb=329ef2a6aa362f4d831bdde4b31da40f3547985d diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8981efca --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Files from build +**/*.o +**/*.s +src/.depend + +# Built binary +src/stockfish* +src/-lstdc++.res + +# Neural network for the NNUE evaluation +**/*.nnue +