diff options
author | Pierre Letouzey <pierre.letouzey@inria.fr> | 2017-06-14 11:46:40 +0200 |
---|---|---|
committer | Pierre Letouzey <pierre.letouzey@inria.fr> | 2017-06-14 11:56:12 +0200 |
commit | b240771a3661883ca0cc0497efee5b48519bddea (patch) | |
tree | bb5a8ac384f24dc7d31473f54e1aced6a6b0873e /.gitignore | |
parent | 7e63c300a3aa1e3befb29bab9094e8b1939824bb (diff) |
Makefile.build : cleanup now that micromega.ml isn't generated + sync check of this file
There is now a warning if the content of micromega.ml isn't what MExtraction.v would
produce.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index db12a9de2..58e1d346c 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ config/Info-*.plist dev/ocamldebug-coq dev/camlp4.dbg plugins/micromega/csdpcert +plugins/micromega/.micromega.ml.generated kernel/byterun/dllcoqrun.so coqdoc.sty .csdp.cache |