diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-07-06 03:33:04 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-07-06 03:49:03 +0200 |
commit | d3c95ef09fd493241273d6e63aca31d703c2503c (patch) | |
tree | 94dc719ed4eb4a3bc67c35b19bca69916b56fc32 /.gitignore | |
parent | b0b7d209fa978ff4a6b9c8cc5a8e4a3207cdd63f (diff) |
Implement booleans
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |