summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-05 00:16:12 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-05 00:16:12 -0600
commit78aa8a08a413a1f3c35dde1f8ff0e4dfbd43515b (patch)
treec8e40ef0ec141eeb66fb33b1028ee1256b957a49
parent48284ccd22620362db1023dbc93158bb8010bd86 (diff)
initial .hgignore for sanity
hg-commit-id: 2e89d9c18a4f
-rw-r--r--.hgignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 00000000..bddd0545
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,22 @@
+syntax: glob
+
+#precompiled python
+*.pyc
+
+#compiled object file
+*.o
+
+#roms
+*.gbc
+
+#generated
+*.tx
+
+#swap files for vim
+.*.swp
+
+#for any of the poor souls with save game files in their working directory
+baserom.sgm
+baserom.sav
+pokered.sgm
+pokered.sav