diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-04-25 10:10:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 10:10:09 -0400 |
commit | 95a37c3d27ace63859de0b5c4585c0bb6ab1bec2 (patch) | |
tree | 54578d9825fa9a585ec0bc4d287f9836d662babd /.gitattributes | |
parent | 6f212cbdebd2e2c60f71dea01f3d7872911a44a5 (diff) | |
download | python-markdown-95a37c3d27ace63859de0b5c4585c0bb6ab1bec2.tar.gz |
Exclude all nested test data from stats
See http://stackoverflow.com/questions/42544813/paths-not-excluded-from-github-language-statistics
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 14 |
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 |