summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-09 21:26:47 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-09 21:26:47 -0800
commitc2b2c437328fc3f414699a7f79a4602c89e0e271 (patch)
tree6e9f094bd62768e29ea3225f3e3d457f8b51a758
parent45bf6859145895877544353a5e4c652fdef31a80 (diff)
Another .hgignore fix and add the symlink to menu.bin in android/assets
-rw-r--r--.hgignore2
l---------android/assets/menu.bin1
2 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 37f2780..00ceaec 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,7 +1,6 @@
syntax: glob
*.dis
*.asm
-*.bin
*.md
*.jpg
*.pdf
@@ -57,4 +56,5 @@ syntax: regexp
^ztestrun
^vgmplay
^vgmsplit
+^[^/]*\.bin
diff --git a/android/assets/menu.bin b/android/assets/menu.bin
new file mode 120000
index 0000000..eb90371
--- /dev/null
+++ b/android/assets/menu.bin
@@ -0,0 +1 @@
+../../menu.bin \ No newline at end of file