blob: 8b0b76738d08581ca34585dc04803bee1d6a4fb2 [file] [log] [blame]
Alexander Afanasyevd0fbd372015-03-12 23:26:23 -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/
14out/
15obj/
16build/
17app/src/*/libs/
18app/src/*/obj/
19
20# Local configuration file (sdk path, etc)
21local.properties
22
23# Eclipse project files
24.classpath
25.project
26
27# OSX files
28.DS_Store
29
30# Windows thumbnail db
31Thumbs.db
32
33# IDEA/Android Studio project files, because
34# the project can be imported from settings.gradle
35.idea
36*.iml
37
38# Old-style IDEA project files
39*.ipr
40*.iws
41
42# Gradle cache
43.gradle
44gradle.properties
45
46# Sandbox stuff
47_sandbox
48
49# Emacs stuff
50prj.el