diff options
-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-*/ |