forked from rems-project/sail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
138 lines (114 loc) · 1.89 KB
/
.gitignore
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# global things
*~
.#*
*.bak
*.native
*.byte
*.install
a.out
*.gch
_build/
_sbuild/
z3_problems
# bisect_ppx coverage
*.coverage
_coverage/
# HOL4
.HOLMK
.hollogs
*Theory.dat
*Theory.sig
*Theory.sml
*Theory.ui
*Theory.uo
lib/hol/sail-heap
# Coq
*.vo
*.vok
*.vos
*.glob
.*.aux
/lib/coq/.nia.cache
/lib/coq/deps
# Isabelle
/lib/isabelle/output
# location specific things
/doc/code_riscv
/doc/code_myreplicatebits
/src/sail.docdir
/src/ast.lem
/src/ast.ml
/src/jib.lem
/src/jib.ml
/src/manifest.ml
/test/__pycache__/
/test/sailtest.pyc
/test/typecheck/rtpass*/
/test/typecheck/tests.xml
/test/latex/out
/test/lem/*.thy
/test/lem/*.lem
/test/*/tests.xml
/test/riscv/tests/*.iout
/test/smt/*.out
/test/smt/*.smt2
/test/c/*.c
/test/c/*.h
/test/c/*.result
/test/c/*.err_result
/test/c/*.iresult
/test/c/*.oresult
/test/c/*.bin
/test/c/*_ocaml
/test/c/_sbuild*
/test/coq/.lia.cache
/test/coq/.nia.cache
/test/coq/out.v
/test/coq/out_types.v
/test/mono/Out_lemmas.thy
/test/mono/log
/test/mono/test.cmi
/test/mono/test.cmo
/test/mono/test-output
/test/sv/*.sv
/test/sv/*.out
/test/sv/*.result
/test/sv/*.cpp
/test/sv/obj_dir/
/language/*.pdf
/language/*.uo
/language/*.ui
/language/*.sig
/language/*.sml
/language/.HOLMK
/language/*.tex
/language/*.aux
/language/*.log
/language/*.dvi
/language/*.ps
/aarch64_small/ArmV8_lemmas.thy
/aarch64_small/armV8.lem
/aarch64_small/armV8.smt_model
/aarch64_small/armV8_types.lem
/aarch64/Aarch64.thy
/aarch64/Aarch64Auxiliary.thy
/aarch64/Aarch64_extras.thy
/aarch64/Aarch64_lemmas.thy
/aarch64/Aarch64_types.thy
/aarch64/aarch64.lem
/aarch64/aarch64_types.lem
/aarch64/z3_problems
/cheri/cheri
/cheri/cheri128
/power/power.lem
/power/power.ml
/power/power_embed.lem
/power/power_embed_sequential.lem
/power/power_embed_types.lem
/power/power_toFromInterp.lem
/x86/x86.lem
/x86/x86.ml
/x86/x86_embed.lem
/x86/x86_embed_sequential.lem
/x86/x86_embed_types.lem
/x86/x86_toFromInterp.lem