diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-20 19:31:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 19:31:58 -0800 |
commit | 92868cece3433b3e6dd6bc96e8aa4dcc6d6ce18a (patch) | |
tree | 0011a219be0b02c67f154d0c3ac3c2141b34c980 | |
parent | 85493e679fc2b0694b4a4c0a29fd09a6b7e8d0ec (diff) | |
parent | 669f4b55fe8171de9cef80e40ae789ba9cdde750 (diff) |
Merge pull request #469 from ProjectRevoTPP/linguist
Vendor things recursively in the data scripts/maps folders
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index e44e4e64a..3bbd49fbf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,8 +18,8 @@ Makefile text eol=lf *.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/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 @@ -28,7 +28,7 @@ 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/maps/** linguist-vendored data-de/event_scripts.s linguist-vendored data-de/field_move_scripts.s linguist-vendored # sound data |