summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--boilerplate/.gitignore4
-rw-r--r--perf/.gitignore4
-rw-r--r--src/.gitignore1
-rw-r--r--test/.gitignore3
5 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7ea0681da..da5b497cd 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 673be9e6e..c1325727c 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 eaa2b2ee7..b6957fe17 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 03a976b25..fa92650b0 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 34a300a6f..875c1c935 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?