aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar thutchin <thutchin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-25 13:49:05 +0000
committerGravatar thutchin <thutchin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-25 13:49:05 +0000
commitc9e7eca5383cdca070f0cbb540f4b999caa86ceb (patch)
tree1fb05fb9c24be9fb13d3c46f65da4c89607f381b /.gitignore
parent043532049cf272fd870294265707febc68d1e6a5 (diff)
Ignoring .spit/.spot files from OCamlSpotter
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12806 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 81a332a34..88e49f2c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,10 @@
*.vo
*.cm*
*.annot
+*.spit
+*.spot
*.o
*.a
-*.annot
*.log
*.aux
*.dvi
@@ -98,3 +99,4 @@ dev/doc/naming-conventions.pdf
_build
plugins/*/*_mod.ml
myocamlbuild_config.ml
+.DS_Store