.gitattributes: Needs '**'.

Reference: https://git-scm.com/docs/gitattributes
- patterns that match a directory do not recursively match paths inside
  that directory (so using the trailing-slash path/ syntax is pointless
  in an attributes file; use path/** instead)
This commit is contained in:
David Korth 2018-04-21 13:23:42 -04:00
parent 961553817c
commit b8fc9abcbc

2
.gitattributes vendored
View File

@ -1 +1 @@
extlib/ linguist-vendored
extlib/** linguist-vendored