1 # built application files 2 *.apk 3 *.ap_ 4 5 # files for the dex VM 6 *.dex 7 8 # Java class files 9 *.class 10 11 # generated files 12 .google/ 13 bin/ 14 out/ 15 src/common 16 src/template 17 _index.jd 18 CONTRIBUTING.md 19 LICENSE 20 NOTICE 21 README.md 22 README-wear.txt 23 24 # Libraries used by the app 25 # Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc. 26 /libs 27 28 # Build stuff (auto-generated by android update project ...) 29 ant.properties 30 local.properties 31 32 # Eclipse project files 33 .classpath 34 .project 35 36 # idea project files 37 .idea/ 38 .idea/.name 39 *.iml 40 *.ipr 41 *.iws 42 43 ##Gradle-based build 44 .gradle 45 build/ 46 47