Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 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 | ||||
Trevor Johns | c79eec8 | 2014-12-02 11:45:57 -0800 | [diff] [blame] | 12 | .google/ |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 13 | bin/ |
14 | out/ | ||||
Trevor Johns | a6b4636 | 2013-10-30 16:38:01 -0700 | [diff] [blame] | 15 | src/common |
16 | src/template | ||||
17 | _index.jd | ||||
Trevor Johns | c79eec8 | 2014-12-02 11:45:57 -0800 | [diff] [blame] | 18 | CONTRIBUTING.md |
19 | LICENSE | ||||
Trevor Johns | 8c4ab65 | 2014-12-08 12:35:52 -0800 | [diff] [blame] | 20 | NOTICE |
Trevor Johns | c79eec8 | 2014-12-02 11:45:57 -0800 | [diff] [blame] | 21 | README.md |
Trevor Johns | da1fc6f | 2014-10-24 20:36:49 -0700 | [diff] [blame] | 22 | README-wear.txt |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 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 | |||||
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 28 | # Build stuff (auto-generated by android update project ...) |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 29 | ant.properties |
30 | local.properties | ||||
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 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 | |||||
Trevor Johns | a6b4636 | 2013-10-30 16:38:01 -0700 | [diff] [blame] | 43 | ##Gradle-based build |
44 | .gradle | ||||
45 | build/ | ||||
46 |