Skip to content

Commit

Permalink
readme, .gitignore cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalabro committed Dec 11, 2024
1 parent eb9fe5f commit 17f3cfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
16 changes: 1 addition & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# Files from build
**/*.o
**/*.s
src/.depend

# Built binary
src/stockfish*
src/-lstdc++.res

# Neural network for the NNUE evaluation
**/*.nnue

# Files generated by the instrumented tests
tsan.supp
__pycache__/
tests/syzygy
tests/bench_tmp.epd

# Zig output
.zig-cache/
zig-out/
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# stockfish
# Stockfish

[![CI][ci-shd]][ci-url]
[![LC][lc-shd]][lc-url]

Zig build for [Stockfish 17](https://github.com/official-stockfish/Stockfish/tree/sf_17)

0 comments on commit 17f3cfa

Please sign in to comment.