From da6dd1a13edc2c4f33633414bc97c1e40c4cff58 Mon Sep 17 00:00:00 2001 From: David Korth Date: Sat, 21 Apr 2018 13:24:43 -0400 Subject: [PATCH] .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 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..31e5bf0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +extlib/** linguist-vendored