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 66c2ea39a5..4f7308b295 100644 --- a/.gitignore +++ b/.gitignore @@ -138,8 +138,7 @@ /t-*/ /test-env /test-tmp -/tests/*.trs -/tests/services/*.trs +/tests/**/*.trs GPATH GRTAGS GTAGS |
