diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-11-29 17:24:25 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-11-29 17:24:25 +0000 |
commit | 091aa5db22acd7b7a7f214474bc20d85ada47379 (patch) | |
tree | e219a3bbcc9468077438c707c4f922643fc1ef89 /.gitignore | |
parent | d042dcd57bb0bfb6e95486592df6daa540aaf7d4 (diff) |
lib/xml_lexer.ml in .gitignore (produced by a .mll)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14742 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e6b063684..7fcd25804 100644 --- a/.gitignore +++ b/.gitignore @@ -99,6 +99,7 @@ tools/gallina_lexer.ml tools/coqwc.ml tools/coqdep_lexer.ml tools/coqdoc/cpretty.ml +lib/xml_lexer.ml # .mly files |