From 29476443b47860e303d17790fe480ccdcf782159 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 4 Aug 2025 14:44:26 +0300 Subject: [PATCH] .gitignore: Add more .trs files. * .gitignore: Ignore all .trs files in the tests directory. Change-Id: I7d8f895cf38a6391f0dcfd068c61a1034a4eb6d9 --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 66c2ea39a5c..4f7308b295c 100644 --- a/.gitignore +++ b/.gitignore @@ -138,8 +138,7 @@ /t-*/ /test-env /test-tmp -/tests/*.trs -/tests/services/*.trs +/tests/**/*.trs GPATH GRTAGS GTAGS