blob: 03d41b2ad6ab30c782d170bb4a6ab3fe290e582d [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/
Ian Ni-Lewis7fba7132013-10-04 14:22:53 -070014src/common
15src/template
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070016
17# Libraries used by the app
18# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
19/libs
20
21
22# Build stuff (auto-generated by android update project ...)
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070023ant.properties
24local.properties
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070025
26# Eclipse project files
27.classpath
28.project
29
30# idea project files
31.idea/
32.idea/.name
33*.iml
34*.ipr
35*.iws
36
Alexander Lucas894fa102013-06-12 15:53:26 -070037##Gradle-based build
38.gradle
39build/
Ian Ni-Lewis0dededa2013-06-25 17:41:33 -070040
Ian Ni-Lewis7fba7132013-10-04 14:22:53 -070041