aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-05-05 22:06:02 +0100
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitc415ed2a0bbab890fc1fdd2179c8f1405940c15a (patch)
treee185fa56359288e9ab5419d3af17365c1f125b13 /.gitignore
parentf0139acd1d648dd1db93ee3d3b75546fb7b24c77 (diff)
fix longstanding negamax bugHEADmain
we needed to be saving the alpha before the search loop in which we modified it. At this point, though i can't remember, i expect that this is the cause of whatever "instability" the comment was talking about that would have prevented us from using >= in the TT lookup.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index bf3831d..52a279d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,9 @@
*.o
data/
-ct1986
-ctlm
-pptdb
-cttei
-geminict
+ct1986*
+ctlm*
+pptdb*
+cttei*
+geminict*
buildroot*
.cache