From 3bbcfded9c83e5f7a44d1fcd7dc2c4a8a1f3fcbe Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 26 Apr 2010 16:22:03 +0000 Subject: Misc small fixes : warning, dep cycles, ocamlbuild... - git ignore g_decl_mode.ml - exhaustive match for pp_vernac (BeginSubproof, ...) - for ocamlbuild, remove a spurious cycle in recordops.mli (unnecessary open of Classops), and fixes of *.itargets and _tags The compilation via ocamlbuild still need some work, since plugin firstorder now depends on the new plugin decl_mode git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12964 85f007b7-540e-0410-9357-904b9bb8a0f7 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index eaa6b8f72..4a16b7722 100644 --- a/.gitignore +++ b/.gitignore @@ -145,6 +145,7 @@ plugins/groebner/ideal.ml plugins/micromega/g_micromega.ml plugins/subtac/g_subtac.ml plugins/fourier/g_fourier.ml +plugins/decl_mode/g_decl_mode.ml tactics/tauto.ml tactics/eauto.ml tactics/hipattern.ml -- cgit v1.2.3