diff options
author | yenatch <yenatch@gmail.com> | 2014-04-05 16:46:39 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-05 16:46:39 -0400 |
commit | 666a5374fff74de3cb54504f76939b4f58f634d4 (patch) | |
tree | 5a78033278532288311c9032125207aa52539dfb | |
parent | 01888c742d6d748d56757de9a54b9f8d590b5205 (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-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ -# global label defs are generated -globals.asm - # precompiled python *.pyc |