diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-02 17:54:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-02 17:54:02 +0300 |
commit | fcf4dd784047b499e7feb79eb588dc05a52e64a4 (patch) | |
tree | fefc245b473c8bba98882a966de29aa46e8e07a9 | |
parent | d1ab8f029560057dd17d853f2ffa4dd92780e23a (diff) |
Fix .gitignore in tests/ and unit-tests/
-rw-r--r-- | tests/.gitignore | 2 | ||||
-rw-r--r-- | unit-tests/.gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index eac2bb8..ababe77 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -2,5 +2,5 @@ driver # The immediate test/ sub-directory shouldn't be ignored. # -*/test/ +*/**/test/ test-*/ diff --git a/unit-tests/.gitignore b/unit-tests/.gitignore index eac2bb8..ababe77 100644 --- a/unit-tests/.gitignore +++ b/unit-tests/.gitignore @@ -2,5 +2,5 @@ driver # The immediate test/ sub-directory shouldn't be ignored. # -*/test/ +*/**/test/ test-*/ |