aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
parent873c62128ea8aeb2a26384be2be09b9324b9ed9c (diff)
downloadcompcert-kvx-3881d799d23bcc0cbaaa9e6bfa82c5bc3b2030eb.tar.gz
compcert-kvx-3881d799d23bcc0cbaaa9e6bfa82c5bc3b2030eb.zip
Ignore and clean file .lia.cache
This file is created by Coq when running some tactics
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 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