mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-27 00:00:11 +01:00
gitignore: Ignore .trs (test results)
This commit is contained in:
parent
79467f0982
commit
e0963f6c8e
4 changed files with 4 additions and 0 deletions
1
boilerplate/.gitignore
vendored
1
boilerplate/.gitignore
vendored
|
|
@ -16,6 +16,7 @@ Makefile.am.features
|
|||
*.suo
|
||||
*.lib
|
||||
*.pdb
|
||||
*.trs
|
||||
*~
|
||||
.*.sw?
|
||||
check-link
|
||||
|
|
|
|||
1
doc/public/.gitignore
vendored
1
doc/public/.gitignore
vendored
|
|
@ -18,3 +18,4 @@ tmpl
|
|||
version.xml
|
||||
*~
|
||||
*.bak
|
||||
*.trs
|
||||
|
|
|
|||
1
src/.gitignore
vendored
1
src/.gitignore
vendored
|
|
@ -23,6 +23,7 @@ cairo.def
|
|||
*.ilk
|
||||
*.exp
|
||||
*.lib
|
||||
*.trs
|
||||
*~
|
||||
.*.sw?
|
||||
TAGS
|
||||
|
|
|
|||
1
test/.gitignore
vendored
1
test/.gitignore
vendored
|
|
@ -31,6 +31,7 @@ valgrind-log
|
|||
*.lo
|
||||
*.log
|
||||
*.suo
|
||||
*.trs
|
||||
*.o
|
||||
*~
|
||||
.*.sw?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue