aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2017-04-25 10:10:09 -0400
committerGitHub <noreply@github.com>2017-04-25 10:10:09 -0400
commit95a37c3d27ace63859de0b5c4585c0bb6ab1bec2 (patch)
tree54578d9825fa9a585ec0bc4d287f9836d662babd
parent6f212cbdebd2e2c60f71dea01f3d7872911a44a5 (diff)
downloadmarkdown-95a37c3d27ace63859de0b5c4585c0bb6ab1bec2.tar.gz
markdown-95a37c3d27ace63859de0b5c4585c0bb6ab1bec2.tar.bz2
markdown-95a37c3d27ace63859de0b5c4585c0bb6ab1bec2.zip
Exclude all nested test data from stats
See http://stackoverflow.com/questions/42544813/paths-not-excluded-from-github-language-statistics
-rw-r--r--.gitattributes14
1 files 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