aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-06 22:40:46 -0500
committeryenatch <yenatch@gmail.com>2013-12-07 20:01:50 -0500
commit120ba9664992cada4781e4d524304e4499e9083f (patch)
tree93dbfcf49a5835d5708c6b6a58c608e60297d773 /.gitignore
parentbump pokemontools to support makefile changes (diff)
downloadpokeyellow-120ba9664992cada4781e4d524304e4499e9083f.tar.gz
pokeyellow-120ba9664992cada4781e4d524304e4499e9083f.tar.xz
pokeyellow-120ba9664992cada4781e4d524304e4499e9083f.zip
handle preprocessing in one python procress; export asm labels
instead of running a process for each file, one process handles all files rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c5eaeb9..527dfdd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# global label defs are generated
+globals.asm
+
# precompiled python
*.pyc