summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Bauereiss2020-03-27 22:00:36 +0000
committerThomas Bauereiss2020-04-10 13:22:11 +0100
commit151f5dbcd31fb2181a050ecc287dc5cf8646e6a4 (patch)
tree3b8392642f922005b233d6da6663c844b3711eee /.gitignore
parent4a04aec7e5ef23137c7dfbf5e655e183582c9769 (diff)
Add test output to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3bd2cdd5..70888f90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,8 +28,15 @@ lib/hol/sail-heap
# Coq
*.vo
+*.vok
+*.vos
*.glob
.*.aux
+/lib/coq/.nia.cache
+
+# Isabelle
+
+/lib/isabelle/output
# location specific things
@@ -42,6 +49,7 @@ lib/hol/sail-heap
/src/jib.ml
/src/manifest.ml
+/test/sailtest.pyc
/test/typecheck/rtpass*/
/test/typecheck/tests.xml
/test/lem/Out_lemmas.thy
@@ -49,6 +57,19 @@ lib/hol/sail-heap
/test/lem/out_types.lem
/test/*/tests.xml
/test/riscv/tests/*.iout
+/test/smt/*.out
+/test/smt/*.smt2
+/test/c/*.c
+/test/c/*.result
+/test/c/*.iresult
+/test/c/*.oresult
+/test/c/*.bin
+/test/c/*_ocaml
+/test/c/_sbuild*
+/test/mono/Out_lemmas.thy
+/test/mono/log
+/test/mono/test.cmi
+/test/mono/test.cmo
/language/*.pdf
/language/*.uo
@@ -62,6 +83,11 @@ lib/hol/sail-heap
/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