summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar James Rowe2018-09-22 14:41:27 -0600
committerGravatar fearlessTobi2018-09-22 23:31:44 +0200
commit05db48b3f85c408cb2488f3a120797d6fff8a98f (patch)
tree4ab6fe01ab24bf453e5be9fc758fe629c89da73d
parentMerge pull request #1386 from jroweboy/oops (diff)
downloadyuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar.gz
yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar.xz
yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.zip
Meta: Add gitattributes file
Github Linguist will read this file when calculating language stats for the repository. We can use this to exclude any vendored dependencies in externals and dist. Also makes all h files be considered cpp
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..ab861a396
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
1dist/languages/* linguist-vendored
2dist/qt_themes/* linguist-vendored
3externals/* linguist-vendored
4*.h linguist-language=cpp