diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-30 12:22:49 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-30 12:24:55 +0200 |
commit | 6e27d1088da07380872f0df9f308b674536cefc8 (patch) | |
tree | 1524e644c01edc4a2c065c4649b1b92b56d676d6 /.gitignore | |
parent | 927f3655662b41f25225ea03baa3ded687aa7cbb (diff) | |
download | guix-6e27d1088da07380872f0df9f308b674536cefc8.tar.gz |
.gitignore: Ignore test results in tests/services.
This is a follow-up to commit d3e439e355284f136ff13eb3e6fffb4661552f3b. * .gitignore: Add /tests/services/*.trs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index de058dda5e..fd2cf56098 100644 --- a/.gitignore +++ b/.gitignore @@ -138,6 +138,7 @@ /test-env /test-tmp /tests/*.trs +/tests/services/*.trs GPATH GRTAGS GTAGS |