diff options
author | Sarah Morgensen <[email protected]> | 2021-09-19 11:13:32 -0700 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 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 <[email protected]>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 59e1460fef..c604747a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -133,6 +133,7 @@ /pre-inst-env /release-* /scripts/guix +/t-*/ /test-env /test-tmp /tests/*.trs |