projects
/
stockfish
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add macOS and windows to CI
[stockfish]
/
.gitignore
1
# Files from build
2
**/*.o
3
**/*.s
4
src/.depend
5
6
# Built binary
7
src/stockfish*
8
src/-lstdc++.res
9
10
# Neural network for the NNUE evaluation
11
**/*.nnue
12