blob: 3d03f71b5a385629b803544f57c32ebe1c98a8c5 [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 ...)
22build.xml
23ant.properties
24local.properties
25project.properties
26
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
38#gitignore file
39.gitignore
Alexander Lucas894fa102013-06-12 15:53:26 -070040
41##Gradle-based build
42.gradle
43build/
44gradle/
45gradlew
46gradlew.bat
47settings.gradle