2023-10-29 22:47:21 +01:00
|
|
|
# Miscellaneous
|
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
|
|
|
.atom/
|
|
|
|
.buildlog/
|
|
|
|
.history
|
|
|
|
.svn/
|
|
|
|
migrate_working_dir/
|
|
|
|
|
|
|
|
# IntelliJ related
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# The .vscode folder contains launch configuration and tasks you configure in
|
|
|
|
# VS Code which you may wish to be included in version control, so this line
|
|
|
|
# is commented out by default.
|
|
|
|
#.vscode/
|
|
|
|
|
|
|
|
# Flutter/Dart/Pub related
|
|
|
|
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
|
|
|
|
/pubspec.lock
|
|
|
|
**/doc/api/
|
|
|
|
.dart_tool/
|
|
|
|
build/
|
|
|
|
#/src/Stockfish
|
|
|
|
trash
|
|
|
|
.github
|
|
|
|
.vscode
|
2023-11-06 21:21:11 +01:00
|
|
|
.vs
|
2023-10-29 22:47:21 +01:00
|
|
|
|
|
|
|
# Files from build
|
|
|
|
**/*.o
|
|
|
|
**/*.s
|
|
|
|
src/.depend
|
|
|
|
|
|
|
|
# Built binary
|
|
|
|
src/-lstdc++.res
|
|
|
|
|
|
|
|
# Neural network for the NNUE evaluation
|
|
|
|
**/*.nnue
|
|
|
|
|
2024-02-25 00:39:40 +01:00
|
|
|
flags.txt
|
|
|
|
|
|
|
|
CMakeFiles
|
|
|
|
cmake_install.cmake
|
|
|
|
CMakeCache.txt
|
2024-03-16 15:42:00 +01:00
|
|
|
web/Makefile
|
|
|
|
|
|
|
|
web/experiments
|
|
|
|
web/flutter_stockfish_plugin*
|
|
|
|
web/stockfish_data.bin
|