summaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-08-14 16:25:49 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-08-17 11:39:56 +0100
commit67326b728bca24dc02df7f144b9471636d5e1d4c (patch)
tree1c5323a0349915ce5c86fdf06205a07992a45b0a /src/.gitignore
parentbafcbc633a12ae50cbafd579a03d12260ac3e04a (diff)
[gitignore] Ignore *.[is]
Playing with 'gcc -save-temps' understandably leaves behind large amounts of clutter.
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore2
1 files changed, 2 insertions, 0 deletions
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