diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-09 21:26:47 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-09 21:26:47 -0800 |
commit | c2b2c437328fc3f414699a7f79a4602c89e0e271 (patch) | |
tree | 6e9f094bd62768e29ea3225f3e3d457f8b51a758 | |
parent | 45bf6859145895877544353a5e4c652fdef31a80 (diff) |
Another .hgignore fix and add the symlink to menu.bin in android/assets
-rw-r--r-- | .hgignore | 2 | ||||
l--------- | android/assets/menu.bin | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |