Commit Graph

2 Commits

Author SHA1 Message Date
David Korth
b8fc9abcbc .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)
2018-04-21 13:23:42 -04:00
David Korth
961553817c .gitattributes: Mark extlib/ as a vendored directory.
We don't want to include external libraries in GitHub's language
statistics.

References:
- https://github.com/github/linguist
- https://github.com/github/linguist#overrides
2018-04-21 13:22:07 -04:00