diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-05-25 11:23:22 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-05-25 11:23:22 +0200 |
commit | 03e4f9c3da333d13553b4ea3247b0c36c124995e (patch) | |
tree | 988405deded586d7db5bc3d2f6b6bb38c8803942 /.gitignore | |
parent | f2fec63025d933f56dabf114a51720b1aae626c1 (diff) | |
parent | 94311c3a8f5ddcf16dce313d3ddf5d7433d57e42 (diff) |
Merge PR#406: coq makefile2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 371136fc7..c55ad24f8 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,15 @@ test-suite/.nra.cache test-suite/trace test-suite/misc/universes/all_stdlib.v test-suite/misc/universes/universes.txt +test-suite/coq-makefile/*/actual +test-suite/coq-makefile/*/desired +test-suite/coq-makefile/*/Makefile +test-suite/coq-makefile/*/Makefile.conf +test-suite/coq-makefile/*/src +test-suite/coq-makefile/*/theories +test-suite/coq-makefile/*/html +test-suite/coq-makefile/*/mlihtml +test-suite/coq-makefile/*/subdir/done # documentation @@ -120,7 +129,7 @@ ide/xml_lexer.ml g_*.ml -ide/project_file.ml +lib/coqProject_file.ml parsing/cLexer.ml plugins/ltac/coretactics.ml plugins/ltac/extratactics.ml |