projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ab506be
)
Update gitignore
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sun, 20 Dec 2020 13:47:02 +0000 (14:47 +0100)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sun, 20 Dec 2020 13:47:02 +0000 (14:47 +0100)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
a4a9f20
..
622e651
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,8
+1,20
@@
stockfish
*.o
.depend
+*.nnue
+*.exe
+tests/syzygy
+
+# ffishjs
tests/js/node_modules
ffish.js
*.wasm
-*.nnue
-*.exe
+
+# pyffish
+venv
+*.so
+pyffish.egg-info
+
+# IDEs
+.vscode
+.idea