summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-27 22:26:10 -0500
committeryenatch <yenatch@gmail.com>2013-12-27 22:26:10 -0500
commit0f7a101dd9b3d3b9dacc6d291b79ebec19fa1b51 (patch)
tree717592756e119d6fac723525e2509fa2ed69d3fa
parenteb8a2b2cfb73f0de57c5205a0fbd28b350a9bd24 (diff)
downloadpokecrystal-0f7a101dd9b3d3b9dacc6d291b79ebec19fa1b51.tar.gz
pokecrystal-0f7a101dd9b3d3b9dacc6d291b79ebec19fa1b51.zip
reorganize .gitignore
-rw-r--r--.gitignore30
1 files changed, 11 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index e24db08d..09145f7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,12 @@
-# global label defs are generated
+# generated
globals.asm
+*.tx
+*.o
# precompiled python
*.pyc
-
-# precompiled jython
*$py.class
-# compiled object file
-*.o
-
# no binaries
*.exe
@@ -17,24 +14,15 @@ globals.asm
*.gbc
*.gb
-# rgbds extras
-*.map
-*.sym
-
-# generated
-*.tx
-
-# swap files for vim
-.*.swp
-
-# swap files for gedit
-*~
-
# for any of the poor souls with save game files in their working directory
*.sgm
*.sav
*.rtc
+# rgbds extras
+*.map
+*.sym
+
# compare.sh
baserom.txt
pokecrystal.txt
@@ -42,4 +30,8 @@ pokecrystal.txt
# for vim configuration
# url: http://www.vim.org/scripts/script.php?script_id=441
.lvimrc
+# swap files for vim
+.*.swp
+# swap files for gedit
+*~