diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-20 17:05:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 17:05:48 -0800 |
commit | 1e983cb5fabce4e26a34f66d8021817f61d1391d (patch) | |
tree | fb16e6aaf480db10b28af9efd39286daabf5b6fd | |
parent | 4df36cf191f874f4ea00faab0c2d231f2f606244 (diff) | |
parent | 6158dfd2ac31790f8346018264f45f840b536ea9 (diff) |
Merge pull request #466 from ProjectRevoTPP/linguist
Vendor data scripts in linguist.
-rw-r--r-- | .gitattributes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b447e32c3..e2e064714 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,3 +16,14 @@ Makefile text eol=lf *.h linguist-language=C *.inc linguist-language=Assembly +docs/* linguist-vendored +# most of the assembly count comes from huge amounts of script include files: it is not fair to count these as assembly. as such, we will instead vendor these. Note that they do take up the majority of the repository. +data/maps/* linguist-vendored +data/scripts/* linguist-vendored +data/battle_ai_scripts.s linguist-vendored +data/battle_anim_scripts.s linguist-vendored +data/battle_scripts_1.s linguist-vendored +data/battle_scripts_2.s linguist-vendored +data/contest_ai_scripts.s linguist-vendored +# sound data +sound/songs/*.s linguist-vendored |