aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2012-08-01 12:46:50 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2012-08-01 12:46:50 +0100
commit0bd69acf0481e0c7997b0e916345ad53a1be0e42 (patch)
treee21f30e240a06810481290302be7e9754721ae21 /.gitignore
parentfe074860b5daaa6e0943a92209c999bf476c0ce6 (diff)
downloadxen-0bd69acf0481e0c7997b0e916345ad53a1be0e42.tar.gz
xen-0bd69acf0481e0c7997b0e916345ad53a1be0e42.tar.bz2
xen-0bd69acf0481e0c7997b0e916345ad53a1be0e42.zip
tools/ocaml: ignore and clean .spot and .spit files
Newer ocaml toolchains generate .spot and .spit files which are ocaml metadata about their respective source files. Add them to the clean rules as well as the .{hg,git}ignore files. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0891d903c4..eb33e98d88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,8 @@
*.bin
*.bak
*.tmp
+*.spot
+*.spit
TAGS
cscope.files
cscope.in.out