diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-20 14:41:32 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-20 14:41:32 -0400 |
| commit | 54ce47deedfc8551b79b33a292bbe92f6658a113 (patch) | |
| tree | 964c0d51092da8c61ad11e88565f5ea083bebc95 /.gitignore | |
| parent | More bank3f documentation and a bit of audio.asm prep (diff) | |
| download | pokeyellow-54ce47deedfc8551b79b33a292bbe92f6658a113.tar.gz pokeyellow-54ce47deedfc8551b79b33a292bbe92f6658a113.tar.xz pokeyellow-54ce47deedfc8551b79b33a292bbe92f6658a113.zip | |
More pikachu related bank3f
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -30,6 +30,24 @@ *.sav *.sys +# lol bgb +*.sn1 +*.sn2 +*.sn3 +*.sn4 +*.sn5 +*.sn6 +*.sn7 +*.sn8 +*.sn9 +*.sn0 + +# leftover txt files from diff +*.txt + # for vim configuration # url: http://www.vim.org/scripts/script.php?script_id=441 .lvimrc + +# extras is a submodule, don't include +extras/ |
