projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
329ef2a
)
Add .gitignore
author
Rod Johnson
<johnsonroda@gmail.com>
Mon, 4 Jan 2021 11:59:55 +0000 (22:59 +1100)
committer
Joost VandeVondele
<Joost.VandeVondele@gmail.com>
Sat, 30 Jan 2021 12:19:20 +0000 (13:19 +0100)
add files produced during the build to a newly added .gitignore
closes https://github.com/official-stockfish/Stockfish/pull/3286
No functional change
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
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
+