summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-11 20:54:26 -0400
committeryenatch <yenatch@gmail.com>2013-09-11 20:54:26 -0400
commit81c5f251a6e253a43344e4695209df871c41045c (patch)
tree013c23dd6969ecba4cd199e24447d640097bcb52
parentd6b53879f4524a201c5d3d6879330fc05d33048e (diff)
add globals.asm to .gitignore
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3a35100af..a13e6d77c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# global label defs are generated
+globals.asm
+
# precompiled python
*.pyc