blob: 1756af813045e8ac486bf54e230e7861fba19882 [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
Trevor Johnsda1fc6f2014-10-24 20:36:49 -070017README-wear.txt
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070018
19# Libraries used by the app
20# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
21/libs
22
23
24# Build stuff (auto-generated by android update project ...)
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070025ant.properties
26local.properties
Alexander Lucas2e8e52d2013-04-12 15:37:22 -070027
28# Eclipse project files
29.classpath
30.project
31
32# idea project files
33.idea/
34.idea/.name
35*.iml
36*.ipr
37*.iws
38
Trevor Johnsa6b46362013-10-30 16:38:01 -070039##Gradle-based build
40.gradle
41build/
42