Update .gitignore

Add .*.sw? (vim swapfiles).
Add *~ (backup files).
Add *.gcno and *.gcda (gcov intermediates).
This commit is contained in:
Chris Wilson 2007-04-16 15:08:54 +01:00
parent 7ff95c7230
commit 3a3fb0031d
5 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View file

@ -25,6 +25,7 @@ stamp-h
stamp-h1
stamp-h.in
*~
.*.sw?
*.la
*.lo
*.orig

View file

@ -3,8 +3,12 @@
*.exe
*.manifest
*.o
*.gcda
*.gcno
*.obj
*.ilk
*.suo
*.lib
*.pdb
*~
.*.sw?

4
perf/.gitignore vendored
View file

@ -2,6 +2,8 @@ cairo-perf
cairo-perf-diff-files
index.html
*.o
*.gcda
*.gcno
*.exe
*.manifest
*.obj
@ -9,3 +11,5 @@ index.html
*.suo
*.lib
*.pdb
*~
.*.sw?

1
src/.gitignore vendored
View file

@ -19,4 +19,5 @@ cairo.def
*.exp
*.lib
*~
.*.sw?
TAGS

3
test/.gitignore vendored
View file

@ -124,6 +124,7 @@ set-source
show-glyphs-many
show-text-current-point
skew-extreme
solid-pattern-cache-stress
source-clip
source-clip-scale
source-surface-scale-paint
@ -155,6 +156,7 @@ valgrind-log
*-out.svg
*-diff.png
*.manifest
*.gcda
*.gcno
*.exe
*.obj
@ -166,3 +168,4 @@ valgrind-log
*.suo
*.o
*~
.*.sw?