aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-08-10 09:28:50 -0700
committerGitHub <noreply@github.com>2020-08-10 09:28:50 -0700
commit46bb7e925df069c26994492402e0c70fbe5cad05 (patch)
tree35162db981af97ead4035dd0c716bf065da96d5c
parentc7a2f021f21518979e242271a500dc26cde791ed (diff)
downloadvcpkg-46bb7e925df069c26994492402e0c70fbe5cad05.tar.gz
vcpkg-46bb7e925df069c26994492402e0c70fbe5cad05.zip
[vcpkg] Make C++ the primary github language (#12810)
set the linguist settings up so that github treats vcpkg as a C++ project (basically, ignore /ports)
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f402cbb78..d0c3b3e9c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,5 @@
* -text
+ports/** -linguist-detectable
# Declare files that will always have LF line endings on checkout.
scripts/ci.baseline.txt text eol=lf \ No newline at end of file