blob: 2dd157356b461deb6ea0dfa8ae5390ec523ed9f5 [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/
Trevor Johnsec985142013-10-30 21:57:35 +000014gen/
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070015
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 ...)
Trevor Johnsec985142013-10-30 21:57:35 +000022build.xml
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070023ant.properties
24local.properties
Trevor Johnsec985142013-10-30 21:57:35 +000025project.properties
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070026
27# Eclipse project files
28.classpath
29.project
30
31# idea project files
32.idea/
33.idea/.name
34*.iml
35*.ipr
36*.iws
37
Trevor Johnsec985142013-10-30 21:57:35 +000038#gitignore file
39.gitignore