summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-12-23 12:57:46 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-12-23 12:57:46 -0500
commitfdd7e7cb848747a1e0ace8a63d29aaa22dfd1140 (patch)
tree6ddaed4de52bfcc517d573a8f30c5bd0a1650782 /.gitattributes
parentbb8f652504f886af296ffcaac57bf76cdc893c97 (diff)
parent1c1ce902515ccb3ccecde29611711c9b1a3ce955 (diff)
Merge branch 'master' into cable_car
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index b447e32c3..3bbd49fbf 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -16,3 +16,20 @@ 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
+data/field_move_scripts.inc linguist-vendored
+data/field_effect_scripts.s linguist-vendored
+data/event_scripts.s linguist-vendored
+data-de/maps/** linguist-vendored
+data-de/event_scripts.s linguist-vendored
+data-de/field_move_scripts.s linguist-vendored
+# sound data
+sound/songs/*.s linguist-vendored