ref: dbcf89948d85852a1e75e7934296eb330df03bbe
parent: 6501545af9e195ab1b7629565dc4bf3980e103d2
author: zamfofex <zamfofex@twdb.moe>
date: Sat Dec 23 22:45:27 EST 2023
make gitignore more explicit
--- a/.gitignore
+++ b/.gitignore
@@ -8,12 +8,15 @@
!/makefile
!/.build.yml
!/manifest.scm
+!/moonfish.vcxproj
!/minify.sh
!/moonfish.h
-!/*.c
+!/chess.c
+!/search.c
+!/main.c
!/tools
!/tools/tools.h
-!/tools/*.c
-!/moonfish.vcxproj
-
-/moonfish.c
+!/tools/utils.c
+!/tools/play.c
+!/tools/analyse.c
+!/tools/lichess.c
--
⑨