shithub: pokecrystal

Download patch

ref: 7d93b9cb09ce874b84eff35f98f77ee863b66894
parent: 7eef66af3f53ba9ed758af7a3c6f2e636ff4a55f
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Jul 5 15:00:57 EDT 2020

Sync .gitignore with pokered and pokegold

--- a/.gitignore
+++ b/.gitignore
@@ -1,30 +1,34 @@
-# generated
-*.tx
+# compiled objects
 *.o
 
-# precompiled python
-*.pyc
-*$py.class
+# compiled graphics
+*.1bpp
+*.2bpp
+*.lz
+*.gbcpal
+*.dimensions
+*.animated.tilemap
+*.sgb.tilemap
+gfx/pokemon/*/bitmask.asm
+gfx/pokemon/*/frames.asm
+!gfx/pokemon/unown/bitmask.asm
+!gfx/pokemon/unown/frames.asm
 
-# no binaries
-*.exe
-
-# roms
+# compiled roms
 *.gbc
 *.gb
 
-# save game files
-*.sgm
-*.sav
-*.rtc
-*.sn*
-*.sa*
-*.sg1
-
 # rgbds extras
 *.map
 *.sym
 
+# tool binaries
+*.exe
+
+# precompiled python
+*.pyc
+*$py.class
+
 # compare.sh
 baserom.txt
 pokecrystal.txt
@@ -32,6 +36,14 @@
 # used_space.py
 used_space.png
 
+# save game files
+*.sgm
+*.sav
+*.rtc
+*.sn*
+*.sa*
+*.sg1
+
 # vim configuration
 # http://www.vim.org/scripts/script.php?script_id=441
 .lvimrc
@@ -42,16 +54,3 @@
 
 # macos files
 .DS_STORE
-
-# compiled graphics
-*.1bpp
-*.2bpp
-*.lz
-*.gbcpal
-*.dimensions
-*.animated.tilemap
-*.sgb.tilemap
-gfx/pokemon/*/bitmask.asm
-gfx/pokemon/*/frames.asm
-!gfx/pokemon/unown/bitmask.asm
-!gfx/pokemon/unown/frames.asm