aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-12-07 13:00:04 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-12-07 13:00:04 +0100
commit0386265191303ca71d054e5f868d2a9e92f30fc5 (patch)
tree9c31c5ae0028c4a01aa4bf2b8af287a064544fca /.gitignore
parenta0ce43e04778660a6f0ec98e70d7b54c5c987fcb (diff)
downloadcompcert-kvx-0386265191303ca71d054e5f868d2a9e92f30fc5.tar.gz
compcert-kvx-0386265191303ca71d054e5f868d2a9e92f30fc5.zip
Ignore *.cmt(i) files and allow global COMPFLAGS.
Instead of using = to set the COMPFLAGS use += which allows it to specify custom compiler flags in for example the Makefile.config. Also remove *.cmt(i) files and add them to the .gitignore file. Bug 17742
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 15cfd622..05d33563 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,8 @@
*.cmx
*.cma
*.cmxa
+*.cmti
+*.cmt
# Emacs saves
*~
# Executables and configuration