blob: 30f1fe8030add6dce9f4ab3c1fcdc6ed212159f2 [file] [log] [blame]
davemorrisseyb064b0b2013-08-26 09:45:26 -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/
13gen/
14
15# Local configuration file (sdk path, etc)
16local.properties
17
18# Eclipse project files
19.classpath
20.project
David Morrissey0e895c22013-08-26 20:07:35 +010021
22# IDEA project files
23.idea
yanghui943ca002014-06-06 13:10:17 +080024*.iml
25
26.idea
27.gradle
28build/