shithub: pokered

Download patch

ref: 4b28ddb11f38ad2a45b2d7c6cb4c93c2a539ec71
parent: 24a477442340ce4197a071dacf93d2b9c9925304
author: Bryan Bishop <kanzure@gmail.com>
date: Sun Aug 26 15:43:35 EDT 2012

.hgignore -> .gitignore

--- /dev/null
+++ b/.gitignore
@@ -1,0 +1,30 @@
+# precompiled python
+*.pyc
+
+# compiled object file
+*.o
+
+# no binaries
+*.exe
+
+# roms
+*.gbc
+
+# generated
+*.tx
+
+# swap files for vim
+.*.swp
+
+# no data from extras/
+extras/*.json
+
+# for any of the poor souls with save game files in their working directory
+baserom.sgm
+baserom.sav
+pokered.sgm
+pokered.sav
+
+# for vim configuration
+# url: http://www.vim.org/scripts/script.php?script_id=441
+.lvimrc
--- a/.hgignore
+++ /dev/null
@@ -1,32 +1,0 @@
-syntax: glob
-
-#precompiled python
-*.pyc
-
-#compiled object file
-*.o
-
-#no binaries
-*.exe
-
-#roms
-*.gbc
-
-#generated
-*.tx
-
-#swap files for vim
-.*.swp
-
-#no data from extras/
-extras/*.json
-
-#for any of the poor souls with save game files in their working directory
-baserom.sgm
-baserom.sav
-pokered.sgm
-pokered.sav
-
-#for vim configuration
-#url: http://www.vim.org/scripts/script.php?script_id=441
-.lvimrc