From: Rod Johnson Date: Mon, 4 Jan 2021 11:59:55 +0000 (+1100) Subject: Add .gitignore X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=b7f643fe391d00fd9088587e8ef0ca520fa1480f;p=fairystockfish.git Add .gitignore add files produced during the build to a newly added .gitignore closes https://github.com/official-stockfish/Stockfish/pull/3286 No functional change --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8981efc --- /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 +