summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 36809c43d196a93963cf07ac6e56ed4608d4cd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa

# ocamlbuild working directory
_build/

# ocamlbuild targets
*.byte
*.native

# We group everything here
bin

# oasis generated files
setup.data
setup.log

# Merlin configuring file for Vim and Emacs
.merlin

# Dune generated files
*.install

# Local OPAM switch
_opam/

# Rust working directory
rust-scripts/target/

# Generated by Nix
result

# F*
.depend
*.hints
tests/fstar/betree/obj/
tests/fstar/betree_back_stateful/obj/
tests/fstar/hashmap/obj/
tests/fstar/hashmap_on_disk/obj/
tests/fstar/misc/obj/

# Coq
*.vo
*.vok
*.vos
*.glob
*.aux
*.lia.cache
*.d
*Makefile.coq
*CoqMakefile.conf

# HOL4
.HOLMK
.hollogs
.holobjs
*.dat
*.ui
*.uo
*Theory.sml

# Misc
/fstar-tests
*~
nohup.out
.vscode
*#
*.txt
*/.#*
*.smt2
.DS_Store