From 95a37c3d27ace63859de0b5c4585c0bb6ab1bec2 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 25 Apr 2017 10:10:09 -0400 Subject: Exclude all nested test data from stats See http://stackoverflow.com/questions/42544813/paths-not-excluded-from-github-language-statistics --- .gitattributes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 52b345b..2ef1d0d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ -tests/basic/* linguist-vendored -tests/extensions/* linguist-vendored -tests/misc/* linguist-vendored -tests/options/* linguist-vendored -tests/php/* linguist-vendored -tests/pl/* linguist-vendored -tests/safe_mode/* linguist-vendored +tests/basic/** linguist-vendored +tests/extensions/** linguist-vendored +tests/misc/** linguist-vendored +tests/options/** linguist-vendored +tests/php/** linguist-vendored +tests/pl/** linguist-vendored +tests/safe_mode/** linguist-vendored -- cgit v1.2.3