From e0963f6c8ec1be9f68b851ee998d0cef3e647028 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Fri, 31 Jul 2015 17:55:54 -0700 Subject: [PATCH] gitignore: Ignore .trs (test results) --- boilerplate/.gitignore | 1 + doc/public/.gitignore | 1 + src/.gitignore | 1 + test/.gitignore | 1 + 4 files changed, 4 insertions(+) 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?