diff options
| author | Sarah Morgensen <iskarian@mgsn.dev> | 2021-09-19 11:13:32 -0700 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-16 01:44:30 -0400 |
| commit | a599fcd4b09f3df3d6be66b4e64512e482697a96 (patch) | |
| tree | 00db345cbf1e9439919df351d3a7fbdb6b920951 | |
| parent | 405393ef7f37a8243d0bbaf807cac847218e03b4 (diff) | |
.gitignore: Ignore more temporary test directories.
* .gitignore: Add pattern to ignore "/t-*/".
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 59e1460fefc..c604747a0da 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -133,6 +133,7 @@ | |||
| 133 | /pre-inst-env | 133 | /pre-inst-env |
| 134 | /release-* | 134 | /release-* |
| 135 | /scripts/guix | 135 | /scripts/guix |
| 136 | /t-*/ | ||
| 136 | /test-env | 137 | /test-env |
| 137 | /test-tmp | 138 | /test-tmp |
| 138 | /tests/*.trs | 139 | /tests/*.trs |
