aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2014-12-18 13:52:12 +0100
committerXavier Leroy <xavierleroy@users.noreply.github.com>2014-12-18 13:52:12 +0100
commit04292034ef23e8cfdab593b7d248368085631881 (patch)
tree4e2d24c2ba129f68da014ea13212a25731d74b9e /.gitignore
parentc1daedb244d1f7586c12749642b0d78ae910e60a (diff)
parent3262e1e2e71b4fad5d5c47603aafb4dcb2539e27 (diff)
downloadcompcert-04292034ef23e8cfdab593b7d248368085631881.tar.gz
compcert-04292034ef23e8cfdab593b7d248368085631881.zip
Merge pull request #3 from AbsInt/pure-makefiles
Merge of the pure-makefiles branch, which uses Makefiles instead of ocamlbuild to build the Caml code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 242dbddb..eaa8caf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,10 +19,10 @@ cchecklink.byte
clightgen
clightgen.byte
tools/ndfun
+tools/modorder
Makefile.config
-# ocamlbuild's temp dir
-_build/
# Generated files
+.depend.extr
compcert.ini
ia32/ConstpropOp.v
ia32/SelectOp.v
@@ -32,6 +32,13 @@ arm/ConstpropOp.v
arm/SelectOp.v
backend/SelectDiv.v
backend/SelectLong.v
+backend/CMlexer.ml
+backend/CMparser.ml
+backend/CMparser.mli
+cparser/Lexer.ml
+cparser/pre_parser.ml
+cparser/pre_parser.mli
+lib/Tokenize.ml
# Documentation
doc/coq2html
doc/coq2html.ml