shithub: pokered

Download patch

ref: f60ee848e8d5adff0ec77023e8aeb848f6678c45
parent: 155695cbfe35133bae1e6affae7f0a90457cfe9f
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Jul 5 11:17:03 EDT 2020

Make .gitignore consistent with pokegold and pokecrystal

Closes #209 (pokeyellow will need all pokered's recent changes synced)

--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
+# generated
+*.tx
+*.o
+
 # precompiled python
 *.pyc
+*$py.class
 
-# compiled object file
-*.o
-
 # no binaries
 *.exe
 
@@ -11,26 +13,30 @@
 *.gbc
 *.gb
 
+# save game files
+*.sgm
+*.sav
+*.rtc
+*.sn*
+*.sa*
+*.sg1
+
 # rgbds extras
 *.map
 *.sym
 
-# converted image data
-*.2bpp
-*.1bpp
-*.pic
+# vim configuration
+# http://www.vim.org/scripts/script.php?script_id=441
+.lvimrc
 
-# swap files for vim
+# swap files for vim and gedit
 .*.swp
+*~
 
-# no data from extras/
-*.json
+# macos files
+.DS_STORE
 
-# for any of the poor souls with save game files in their working directory
-*.sgm
-*.sav
-*.sys
-
-# for vim configuration
-# url: http://www.vim.org/scripts/script.php?script_id=441
-.lvimrc
+# compiled graphics
+*.1bpp
+*.2bpp
+*.pic