From 0bd69acf0481e0c7997b0e916345ad53a1be0e42 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Wed, 1 Aug 2012 12:46:50 +0100 Subject: 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 Acked-by: Ian Jackson Committed-by: Ian Campbell --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3