From 67326b728bca24dc02df7f144b9471636d5e1d4c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 14 Aug 2008 16:25:49 +0100 Subject: [PATCH] [gitignore] Ignore *.[is] Playing with 'gcc -save-temps' understandably leaves behind large amounts of clutter. --- src/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 551aa8fc9..04dcae348 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -11,6 +11,8 @@ Makefile.in cairo-features.h cairo-no-features.h cairo.def +*.i +*.s *.o *.obj *.pdb