summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-01-22 11:22:53 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2021-01-22 11:22:53 +0000
commit50f536222b6576a4204b980978d6094770a21038 (patch)
tree736338ca77c5662380eaf4a21089ce262da029ce
parent3392da3ce49853057288009367df3d48d9d0d6f9 (diff)
downloadlibgit2-50f536222b6576a4204b980978d6094770a21038.tar.gz
meta: tell "linguist" that the test resources are vendored
Our test resources shouldn't count toward our language statistics. We have some PHP checked in to the test resources, but I assure you that we do not have any production code in PHP and we shouldn't be blamed for the test data.
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 176a458f9..3d90b7d61 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
* text=auto
+tests/resources/** linguist-vendored