blob: 627e46ff053c850783fde72a2c1296dcec97f45c [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 Johnsa6b46362013-10-30 16:38:01 -070014src/common
15src/template
16_index.jd
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070017
18# Libraries used by the app
19# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
20/libs
21
22
23# Build stuff (auto-generated by android update project ...)
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070024ant.properties
25local.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 Johnsa6b46362013-10-30 16:38:01 -070038##Gradle-based build
39.gradle
40build/
41