diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 01:33:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 01:33:59 (EDT) |
commit | 877ce619295ed1856cbb7a6d853cf8bcf5251482 (patch) | |
tree | b3a30f375f8e8f4213164f163c82e60e311d498e | |
parent | e12e99c4fea06eaa13e4d08f4d9001b7f815fe2b (diff) |
.gitignore: Move test log/results patterns to tests/.gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | tests/.gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -31,6 +31,4 @@ man/*.? locale/*/*.ms opkbuild-*/ opkbuild-*.tar.* -tests/*.log -tests/*.trs test-suite.log diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..7e563b8 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +*.log +*.trs |