blob: 08f60c6085e9eeae3ca8683852390c4b712e6d3e [file] [log] [blame]
Dominik Schürmann99aa8522016-08-01 23:06:54 +02001# Built application files
2*.apk
3*.ap_
4
5# Files for the Dalvik VM
6*.dex
7
8# Java class files
9*.class
10
11# Generated files
12bin/
13gen/
14build.xml
15
16# Gradle files
17.gradle/
18build/
19gradle.properties
Hans-Christoph Steiner9b578ed2016-08-11 15:03:34 +020020signing.properties
Dominik Schürmann99aa8522016-08-01 23:06:54 +020021
22# Local configuration file (sdk path, etc)
23local.properties
24
25# Proguard folder generated by Eclipse
26proguard/
27
28# Log Files
29*.log
30
31# Editor swap/save files
32*~
33*.swp
34
35# More IDE stuff
36.idea/
37*.iml
38out
39.settings/
40
41# Imported libs
42extern/*/libs/
43extern/*/*/libs/
44
45# Tests
46junit-report.xml