.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
This commit is contained in:
David Korth 2018-04-21 13:24:43 -04:00
parent d1e4face69
commit da6dd1a13e

1
.gitattributes vendored Normal file
View File

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