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 bin/
     13 out/
     14 src/common
     15 src/template
     16 _index.jd
     17 README.txt
     18 
     19 # Libraries used by the app
     20 # Can explicitly add if we want, but shouldn't do so blindly.  Licenses, bloat, etc.
     21 /libs
     22 
     23 
     24 # Build stuff (auto-generated by android update project ...)
     25 ant.properties
     26 local.properties
     27 
     28 # Eclipse project files
     29 .classpath
     30 .project
     31 
     32 # idea project files
     33 .idea/
     34 .idea/.name
     35 *.iml
     36 *.ipr
     37 *.iws
     38 
     39 ##Gradle-based build
     40 .gradle
     41 build/
     42 
     43