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