blob: 552351bb3904f1a6716324897ea80403875e9bce [file] [log] [blame]
Alexander Lucas2e8e52d2013-04-12 15:37:22 -07001# 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
12bin/
13out/
14gen/
15
16# Libraries used by the app
17# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
18/libs
19
20
21# Build stuff (auto-generated by android update project ...)
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070022ant.properties
23local.properties
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070024
25# Eclipse project files
26.classpath
27.project
28
29# idea project files
30.idea/
31.idea/.name
32*.iml
33*.ipr
34*.iws
35
Alexander Lucas894fa102013-06-12 15:53:26 -070036##Gradle-based build
37.gradle
38build/
Ian Ni-Lewis0dededa2013-06-25 17:41:33 -070039