[cairo-commit] boilerplate/.gitignore .gitignore perf/.gitignore
src/.gitignore test/.gitignore
Chris Wilson
ickle at kemper.freedesktop.org
Mon Apr 16 07:09:13 PDT 2007
.gitignore | 1 +
boilerplate/.gitignore | 4 ++++
perf/.gitignore | 4 ++++
src/.gitignore | 1 +
test/.gitignore | 3 +++
5 files changed, 13 insertions(+)
New commits:
diff-tree 3a3fb0031decec26260cd94e60f1b0bf06541a6d (from 7ff95c7230471be3ffa231ebc71e1d63ba4621b0)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Mon Apr 16 15:08:54 2007 +0100
Update .gitignore
Add .*.sw? (vim swapfiles).
Add *~ (backup files).
Add *.gcno and *.gcda (gcov intermediates).
diff --git a/.gitignore b/.gitignore
index 7ea0681..da5b497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ stamp-h
stamp-h1
stamp-h.in
*~
+.*.sw?
*.la
*.lo
*.orig
diff --git a/boilerplate/.gitignore b/boilerplate/.gitignore
index 673be9e..c132572 100644
--- a/boilerplate/.gitignore
+++ b/boilerplate/.gitignore
@@ -3,8 +3,12 @@
*.exe
*.manifest
*.o
+*.gcda
+*.gcno
*.obj
*.ilk
*.suo
*.lib
*.pdb
+*~
+.*.sw?
diff --git a/perf/.gitignore b/perf/.gitignore
index eaa2b2e..b6957fe 100644
--- a/perf/.gitignore
+++ b/perf/.gitignore
@@ -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?
diff --git a/src/.gitignore b/src/.gitignore
index 03a976b..fa92650 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -19,4 +19,5 @@ cairo.def
*.exp
*.lib
*~
+.*.sw?
TAGS
diff --git a/test/.gitignore b/test/.gitignore
index 34a300a..875c1c9 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -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?
More information about the cairo-commit
mailing list