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 /tests/.gitignore | |
parent | d1ab8f029560057dd17d853f2ffa4dd92780e23a (diff) |
Fix .gitignore in tests/ and unit-tests/
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 1 insertions, 1 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-*/ |