diff options
author | yenatch <yenatch@gmail.com> | 2013-09-11 20:54:26 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-11 20:54:26 -0400 |
commit | 81c5f251a6e253a43344e4695209df871c41045c (patch) | |
tree | 013c23dd6969ecba4cd199e24447d640097bcb52 | |
parent | d6b53879f4524a201c5d3d6879330fc05d33048e (diff) |
add globals.asm to .gitignore
-rw-r--r-- | .gitignore | 3 |
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 |