summaryrefslogtreecommitdiff
path: root/perf/.gitignore
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-04-16 15:08:54 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2007-04-16 15:08:54 +0100
commit3a3fb0031decec26260cd94e60f1b0bf06541a6d (patch)
tree4933a499742190c481570975fbe69d6fef027b49 /perf/.gitignore
parent7ff95c7230471be3ffa231ebc71e1d63ba4621b0 (diff)
downloadcairo-3a3fb0031decec26260cd94e60f1b0bf06541a6d.tar.gz
Update .gitignore
Add .*.sw? (vim swapfiles). Add *~ (backup files). Add *.gcno and *.gcda (gcov intermediates).
Diffstat (limited to 'perf/.gitignore')
-rw-r--r--perf/.gitignore4
1 files changed, 4 insertions, 0 deletions
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?