aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-02-12 20:31:43 +0100
committerXavier Leroy <xavier.leroy@college-de-france.fr>2019-02-12 20:33:18 +0100
commit3881d799d23bcc0cbaaa9e6bfa82c5bc3b2030eb (patch)
tree42c94841db205b7bc1b863e5d408b14a5e310fc4
parent873c62128ea8aeb2a26384be2be09b9324b9ed9c (diff)
downloadcompcert-3881d799d23bcc0cbaaa9e6bfa82c5bc3b2030eb.tar.gz
compcert-3881d799d23bcc0cbaaa9e6bfa82c5bc3b2030eb.zip
Ignore and clean file .lia.cache
This file is created by Coq when running some tactics
-rw-r--r--.gitignore4
-rw-r--r--Makefile1
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6fabfc01..f9b542d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,4 +67,6 @@
# MacOS metadata
.DS_Store
# Test generated data
-/test/clightgen/*.v \ No newline at end of file
+/test/clightgen/*.v
+# Coq cache
+.lia.cache
diff --git a/Makefile b/Makefile
index c1b8d982..0247b688 100644
--- a/Makefile
+++ b/Makefile
@@ -268,6 +268,7 @@ clean:
rm -f extraction/STAMP extraction/*.ml extraction/*.mli .depend.extr
rm -f tools/ndfun tools/modorder tools/*.cm? tools/*.o
rm -f $(GENERATED) .depend
+ rm -f .lia.cache
$(MAKE) -f Makefile.extr clean
$(MAKE) -C runtime clean
$(MAKE) -C test clean