aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2020-04-29 15:40:13 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2020-04-29 19:09:53 +0200
commitcc465218dc80d4e7325622e9186c88e6a6ecdb12 (patch)
tree0ce8f403155fc9b53ddc357305eee3d86c9009dc /.gitignore
parentf58e6695bc29b9e29650b9e5ae8d3d718ca74281 (diff)
downloadcompcert-kvx-cc465218dc80d4e7325622e9186c88e6a6ecdb12.tar.gz
compcert-kvx-cc465218dc80d4e7325622e9186c88e6a6ecdb12.zip
Install "compcert.config" file along the Coq development
The file contains various parameters about the target processor and ABI, useful for VST and possibly other users of CompCert as a Coq library. It is in "var=val" syntax so that it can be included directly from a Makefile or a shell script.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6c10e1c3..b75ea5e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,7 @@
/.depend
/.depend.extr
/compcert.ini
+/compcert.config
/x86/ConstpropOp.v
/x86/SelectOp.v
/x86/SelectLong.v