gitignore: ignore .trs files from tests

This commit is contained in:
Kay Sievers 2012-12-02 02:10:40 +01:00
parent 3397c4c905
commit 1ebe2a47c4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -114,6 +114,7 @@
/*.tar.bz2 /*.tar.bz2
/*.tar.gz /*.tar.gz
/*.tar.xz /*.tar.xz
*.trs
*.log *.log
*.a *.a
*.cache *.cache