diff options
author | yenatch <yenatch@gmail.com> | 2013-12-27 22:23:35 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-27 22:23:35 -0500 |
commit | eb8a2b2cfb73f0de57c5205a0fbd28b350a9bd24 (patch) | |
tree | 71603e8ebe5d46ca230f2b8881bf526989386243 | |
parent | e2b900a40a3a8e6a1811de34b0ae6a90a5d461e4 (diff) |
.gitignore: extras is a submodule
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 9f72c4f55..e24db08d1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,9 +30,6 @@ globals.asm # swap files for gedit *~ -# no data from extras/ -extras/*.json - # for any of the poor souls with save game files in their working directory *.sgm *.sav @@ -46,5 +43,3 @@ pokecrystal.txt # url: http://www.vim.org/scripts/script.php?script_id=441 .lvimrc -# some users are dumping png.py into extras/ -extras/png.py |