diff options
author | Son Ho | 2022-11-11 21:34:29 +0100 |
---|---|---|
committer | Son HO | 2022-11-14 14:21:04 +0100 |
commit | 6db835db88c4bcf0e00ce1a7a6bc396382b393c3 (patch) | |
tree | 3b2a9d46467cf313e3af641cd164e61af2a09541 /.gitignore | |
parent | b191070501ceafdd49c999385c4410848249fe18 (diff) |
Reorganize the project to prepare for new backends
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -40,11 +40,11 @@ result # F* .depend *.hints -tests/betree/obj/ -tests/betree_back_stateful/obj/ -tests/hashmap/obj/ -tests/hashmap_on_disk/obj/ -tests/misc/obj/ +tests/fstar/betree/obj/ +tests/fstar/betree_back_stateful/obj/ +tests/fstar/hashmap/obj/ +tests/fstar/hashmap_on_disk/obj/ +tests/fstar/misc/obj/ # Misc /fstar-tests |