aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-07-06 03:33:04 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-07-06 03:49:03 +0200
commitd3c95ef09fd493241273d6e63aca31d703c2503c (patch)
tree94dc719ed4eb4a3bc67c35b19bca69916b56fc32 /.gitignore
parentb0b7d209fa978ff4a6b9c8cc5a8e4a3207cdd63f (diff)
Implement booleans
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 45a74dd..ad32da2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,10 +9,11 @@ oryx
*.gen.c
*.o
-# Test files. Autogenerated with the following:
+# Test files. Partially autogenerated with the following:
#
# ./make; find test -type f -executable
#
+test.*
test/arena
# Compilation artifacts of GNU MP. Autogenerated with the following: