1
0
Fork 0
mirror of https://github.com/ethauvin/Clever.git synced 2025-04-25 08:57:12 -07:00

Initial commit. (yay!)

This commit is contained in:
Russell Beattie 2012-09-08 22:22:51 -07:00
commit df7ba79871
13 changed files with 271 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