AntennaPod/.gitignore

48 lines
519 B
Plaintext
Raw Normal View History

2011-12-23 19:22:06 +01:00
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
target/
2013-08-07 11:35:18 +02:00
build/
**/*.project
**/*.classpath
2011-12-23 19:22:06 +01:00
# Local configuration file (sdk path, etc)
local.properties
2013-08-07 11:35:18 +02:00
.gradle
2013-01-11 23:05:03 +01:00
build.xml
2011-12-23 19:22:06 +01:00
# Backup files
*~
2012-07-04 14:46:02 +02:00
#eclipse project files
2012-07-29 21:49:40 +02:00
.metadata
.settings
2013-06-02 16:55:29 +02:00
#IntelliJ project files
.idea
*.iml
gen-external-apklibs
2013-07-07 00:47:27 +02:00
out
#transifex downloads
contributers.py
# View hierarchy captures
captures
# other
*.odg#
proguard
libs
2012-07-29 20:40:53 +02:00
*.DS_Store
gradle.properties
2015-03-09 00:38:08 +01:00
*.keystore
2016-05-10 20:29:13 +02:00
*.p12