Home | History | Annotate | Download | only in android
      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 .DS_STORE
     24 
     25 # Libraries used by the app
     26 # Can explicitly add if we want, but shouldn't do so blindly.  Licenses, bloat, etc.
     27 /libs
     28 
     29 # Build stuff (auto-generated by android update project ...)
     30 ant.properties
     31 local.properties
     32 
     33 # Eclipse project files
     34 .classpath
     35 .project
     36 
     37 # idea project files
     38 .idea/
     39 .idea/.name
     40 *.iml
     41 *.ipr
     42 *.iws
     43 
     44 ##Gradle-based build
     45 .gradle
     46 build/
     47 
     48