Home | History | Annotate | Download | only in leanback
      1 
      2 #built application files
      3 *.apk
      4 *.ap_
      5 
      6 # files for the dex VM
      7 *.dex
      8 
      9 # Java class files
     10 *.class
     11 
     12 # generated files
     13 bin/
     14 gen/
     15 
     16 # Local configuration file (sdk path, etc)
     17 local.properties
     18 
     19 # Windows thumbnail db
     20 Thumbs.db
     21 
     22 # OSX files
     23 .DS_Store
     24 
     25 # Eclipse project files
     26 .classpath
     27 .project
     28 
     29 # Android Studio
     30 .idea
     31 *.iml
     32 
     33 #.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
     34 .gradle
     35 build/
     36