1# 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
12.google/
13bin/
14out/
15src/common
16src/template
17_index.jd
18CONTRIBUTING.md
19LICENSE
20NOTICE
21README.md
22README-wear.txt
23
24# Libraries used by the app
25# Can explicitly add if we want, but shouldn't do so blindly.  Licenses, bloat, etc.
26/libs
27
28# Build stuff (auto-generated by android update project ...)
29ant.properties
30local.properties
31
32# Eclipse project files
33.classpath
34.project
35
36# idea project files
37.idea/
38.idea/.name
39*.iml
40*.ipr
41*.iws
42
43##Gradle-based build
44.gradle
45build/
46
47