summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-05 16:46:39 -0400
committeryenatch <yenatch@gmail.com>2014-04-05 16:46:39 -0400
commit666a5374fff74de3cb54504f76939b4f58f634d4 (patch)
tree5a78033278532288311c9032125207aa52539dfb
parent01888c742d6d748d56757de9a54b9f8d590b5205 (diff)
Remove "globals.asm" from .gitignore.
globals.asm is no longer part of the build, is not generated, does not exist at all.
-rw-r--r--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 527dfdd0..4c5eaeb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,3 @@
-# global label defs are generated
-globals.asm
-
# precompiled python
*.pyc