From: Rod Johnson Date: Mon, 4 Jan 2021 11:59:55 +0000 (+1100) Subject: Add .gitignore X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=b7f643fe391d00fd9088587e8ef0ca520fa1480f 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 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 +