diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-08-04 14:44:26 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-08-04 15:14:44 +0300 |
| commit | 29476443b47860e303d17790fe480ccdcf782159 (patch) | |
| tree | 81ba8bcb12a76b2d8210c28b900dc372bb589b5d /.gitignore | |
| parent | 8a0fec4e344f9083fa09fa4a600cd8272940db22 (diff) | |
.gitignore: Add more .trs files.
* .gitignore: Ignore all .trs files in the tests directory.
Change-Id: I7d8f895cf38a6391f0dcfd068c61a1034a4eb6d9
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 66c2ea39a5c..4f7308b295c 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -138,8 +138,7 @@ | |||
| 138 | /t-*/ | 138 | /t-*/ |
| 139 | /test-env | 139 | /test-env |
| 140 | /test-tmp | 140 | /test-tmp |
| 141 | /tests/*.trs | 141 | /tests/**/*.trs |
| 142 | /tests/services/*.trs | ||
| 143 | GPATH | 142 | GPATH |
| 144 | GRTAGS | 143 | GRTAGS |
| 145 | GTAGS | 144 | GTAGS |
