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 | |
| parent | 927f3655662b41f25225ea03baa3ded687aa7cbb (diff) | |
.gitignore: Ignore test results in tests/services.
This is a follow-up to commit d3e439e355284f136ff13eb3e6fffb4661552f3b.
* .gitignore: Add /tests/services/*.trs.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index de058dda5ea..fd2cf560982 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -138,6 +138,7 @@ | |||
| 138 | /test-env | 138 | /test-env |
| 139 | /test-tmp | 139 | /test-tmp |
| 140 | /tests/*.trs | 140 | /tests/*.trs |
| 141 | /tests/services/*.trs | ||
| 141 | GPATH | 142 | GPATH |
| 142 | GRTAGS | 143 | GRTAGS |
| 143 | GTAGS | 144 | GTAGS |
