diff options
author | Son Ho | 2022-10-20 21:27:54 +0200 |
---|---|---|
committer | Son Ho | 2022-10-20 21:27:54 +0200 |
commit | d62563cf9b8ef29ce20e810a5b1da999122c7a2f (patch) | |
tree | 45459740595bcdd70e5f4856b8499d1680d4ab91 /.gitignore | |
parent | 6ca61f1deb2f2e45bf55c2b3fcf15b57a7b51ecb (diff) |
Update the .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ rust-tests/target/ # F* .depend *.hints +tests/betree/obj/ +tests/hashmap/obj/ +tests/hashmap_on_disk/obj/ +tests/misc/obj/ # Misc /fstar-tests |