From fcf4dd784047b499e7feb79eb588dc05a52e64a4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 2 May 2017 17:54:02 +0300 Subject: Fix .gitignore in tests/ and unit-tests/ --- tests/.gitignore | 2 +- 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-*/ -- cgit v1.1