diff options
| author | yenatch <yenatch@gmail.com> | 2014-04-15 21:29:01 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-04-15 21:29:01 -0700 |
| commit | b45dbd897070aca848ac64888abc63fa20f4469d (patch) | |
| tree | 8a40c1bb0ef2bd625dfaca071cd5eed114252137 /.gitignore | |
| parent | Merge https://github.com/yenatch/pokered (diff) | |
| parent | Bump pokemontools for png manifest destiny. (diff) | |
| download | pokeyellow-b45dbd897070aca848ac64888abc63fa20f4469d.tar.gz pokeyellow-b45dbd897070aca848ac64888abc63fa20f4469d.tar.xz pokeyellow-b45dbd897070aca848ac64888abc63fa20f4469d.zip | |
Merge remote-tracking branch 'yenatch/png'
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,3 @@ -# global label defs are generated -globals.asm - # precompiled python *.pyc @@ -21,6 +18,11 @@ globals.asm # generated *.tx +# converted image data +*.2bpp +*.1bpp +*.pic + # swap files for vim .*.swp |
