aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-03-27 11:34:38 +0100
committerXavier Leroy <xavierleroy@users.noreply.github.com>2019-03-27 11:38:25 +0100
commit965bea165ebf5ed10e55f58a649a10d827fa2862 (patch)
treec88cd80295ec2996d392497e145af23ff4140f3f /.gitignore
parent0f919eb26c68d3882e612a1b3a9df45bee6d3624 (diff)
downloadcompcert-kvx-965bea165ebf5ed10e55f58a649a10d827fa2862.tar.gz
compcert-kvx-965bea165ebf5ed10e55f58a649a10d827fa2862.zip
Ignore more of Coq's cache files
A grep through Coq's source files show that it uses more cache files than just .lia.cache. Ignore them all.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f9b542d7..f33b2173 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,5 +68,8 @@
.DS_Store
# Test generated data
/test/clightgen/*.v
-# Coq cache
+# Coq caches
.lia.cache
+.nia.cache
+.nra.cache
+.csdp.cache