diff options
author | James Rowe <jroweboy@gmail.com> | 2018-09-22 22:41:27 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-09-22 23:31:44 +0200 |
commit | 05db48b3f85c408cb2488f3a120797d6fff8a98f (patch) | |
tree | 4ab6fe01ab24bf453e5be9fc758fe629c89da73d /.gitattributes | |
parent | Merge pull request #1386 from jroweboy/oops (diff) | |
download | yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar.gz yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar.bz2 yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar.lz yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar.xz yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.tar.zst yuzu-05db48b3f85c408cb2488f3a120797d6fff8a98f.zip |
Diffstat (limited to '')
-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 |