aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2020-02-05 18:33:13 +0100
committerGitHub <noreply@github.com>2020-02-05 18:33:13 +0100
commitb0fdbb0e88d6decd068709ea673dbe51fd6727b0 (patch)
tree1e49fbdcd5eb05b4fd2da01c378ca440fb5df86c /.gitignore
parent3e5fba812749b9240b655a99809e62231d1145aa (diff)
downloadcompcert-kvx-b0fdbb0e88d6decd068709ea673dbe51fd6727b0.tar.gz
compcert-kvx-b0fdbb0e88d6decd068709ea673dbe51fd6727b0.zip
Support Coq 8.11.0 (#212)
Update configure. Ignore and clean up .vok and .vos files, which Coq 8.11.0 generates.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4b497387..da883cff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
# Object files, in general
*.vo
+*.vok
+*.vos
*.glob
*.o
*.a