summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColumbus2402020-08-24 19:22:41 +0200
committerColumbus2402020-09-12 23:00:19 +0200
commit8f5b97b4315440e75658ce2165761bf086ad3e11 (patch)
treeca05c720a626f4714ee117e2ddc32493de7f81ed
parent1a9187c48d331c724b66fff2d0ac77a354a9f4e7 (diff)
gitignore test artifacts of c and coq tests
The "c" tests produce some *.h files that didn’t get ignored. The "coq" tests also produce some files that weren’t ignored.
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 70888f90..944ca88b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,12 +60,17 @@ lib/hol/sail-heap
/test/smt/*.out
/test/smt/*.smt2
/test/c/*.c
+/test/c/*.h
/test/c/*.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