summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--lib/coq/.gitignore1
-rw-r--r--test/mono/.gitignore1
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 944ca88b..f21c4c53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ lib/hol/sail-heap
*.glob
.*.aux
/lib/coq/.nia.cache
+/lib/coq/deps
# Isabelle
@@ -75,6 +76,7 @@ lib/hol/sail-heap
/test/mono/log
/test/mono/test.cmi
/test/mono/test.cmo
+/test/mono/test-output
/language/*.pdf
/language/*.uo
diff --git a/lib/coq/.gitignore b/lib/coq/.gitignore
deleted file mode 100644
index 1aa62803..00000000
--- a/lib/coq/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-deps \ No newline at end of file
diff --git a/test/mono/.gitignore b/test/mono/.gitignore
deleted file mode 100644
index bb7f92e1..00000000
--- a/test/mono/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-test-output \ No newline at end of file