gitignore: Ignore .trs (test results)

This commit is contained in:
Bryce Harrington 2015-07-31 17:55:54 -07:00
parent 79467f0982
commit e0963f6c8e
4 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@ Makefile.am.features
*.suo
*.lib
*.pdb
*.trs
*~
.*.sw?
check-link

View file

@ -18,3 +18,4 @@ tmpl
version.xml
*~
*.bak
*.trs

1
src/.gitignore vendored
View file

@ -23,6 +23,7 @@ cairo.def
*.ilk
*.exp
*.lib
*.trs
*~
.*.sw?
TAGS

1
test/.gitignore vendored
View file

@ -31,6 +31,7 @@ valgrind-log
*.lo
*.log
*.suo
*.trs
*.o
*~
.*.sw?