diff options
author | James Rowe <[email protected]> | 2018-09-22 14:41:27 -0600 |
---|---|---|
committer | fearlessTobi <[email protected]> | 2018-09-22 23:31:44 +0200 |
commit | 05db48b3f85c408cb2488f3a120797d6fff8a98f (patch) | |
tree | 4ab6fe01ab24bf453e5be9fc758fe629c89da73d /.gitattributes | |
parent | 5659d5d258d246f7020f257e225c0e0766998bca (diff) | |
download | yuzu-android-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar.gz yuzu-android-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
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
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 @@ +dist/languages/* linguist-vendored +dist/qt_themes/* linguist-vendored +externals/* linguist-vendored +*.h linguist-language=cpp |