diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-20 17:05:30 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-20 17:05:30 -0500 |
commit | c2854ef7c9d0354a111001f6cb979a4360814020 (patch) | |
tree | 27d2b577cb102d48dae68311cc41a4c0199d3a43 | |
parent | 0f42ef11742cfc141b720846777e43d96a64ffc3 (diff) |
Interpret data scripts as Text in linguist.
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b447e32c3..20ea1f57c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,3 +16,12 @@ 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 interpret these as Text since they are direct bytecode scripts. +data/maps/* linguist-language=Text +data/scripts/* linguist-language=Text +data/battle_ai_scripts.s linguist-language=Text +data/battle_anim_scripts.s linguist-language=Text +data/battle_scripts_1.s linguist-language=Text +data/battle_scripts_2.s linguist-language=Text +data/contest_ai_scripts.s linguist-language=Text |