summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-07-31 17:55:54 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-07-31 17:56:54 -0700
commite0963f6c8ec1be9f68b851ee998d0cef3e647028 (patch)
treeb9ede747f7900940fa515915a7ac9d920ba95dd7
parent79467f0982cac793b2b724850628fc90a8bb6072 (diff)
downloadcairo-e0963f6c8ec1be9f68b851ee998d0cef3e647028.tar.gz
gitignore: Ignore .trs (test results)
-rw-r--r--boilerplate/.gitignore1
-rw-r--r--doc/public/.gitignore1
-rw-r--r--src/.gitignore1
-rw-r--r--test/.gitignore1
4 files changed, 4 insertions, 0 deletions
diff --git a/boilerplate/.gitignore b/boilerplate/.gitignore
index a81663b80..90b333133 100644
--- a/boilerplate/.gitignore
+++ b/boilerplate/.gitignore
@@ -16,6 +16,7 @@ Makefile.am.features
*.suo
*.lib
*.pdb
+*.trs
*~
.*.sw?
check-link
diff --git a/doc/public/.gitignore b/doc/public/.gitignore
index d08fd80e0..881463af0 100644
--- a/doc/public/.gitignore
+++ b/doc/public/.gitignore
@@ -18,3 +18,4 @@ tmpl
version.xml
*~
*.bak
+*.trs
diff --git a/src/.gitignore b/src/.gitignore
index 534263a15..32fb7333e 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -23,6 +23,7 @@ cairo.def
*.ilk
*.exp
*.lib
+*.trs
*~
.*.sw?
TAGS
diff --git a/test/.gitignore b/test/.gitignore
index bc78ef3ec..5ffeedc28 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -31,6 +31,7 @@ valgrind-log
*.lo
*.log
*.suo
+*.trs
*.o
*~
.*.sw?