Initial commit

This commit is contained in:
Vlad Mihalachi
2013-09-14 04:42:43 -07:00
commit 2584863173
3 changed files with 215 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project