diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-21 00:13:31 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-21 00:13:31 -0400 |
commit | 3270f8a28ba180f06076fbf244a6fb31dbdfdbed (patch) | |
tree | a0c15ce7e18df15f82972f294a1dabedea47cf41 /.gitignore | |
parent | 2115f39810df87050097173ff9ab7820c2ffbb1a (diff) |
Teach the Makefile to create the .apk (unsigned)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ /.settings /bin /gen +/build.xml +/local.properties *~ .nfs* |