OpenRCT2/src/openrct2-android/.gitignore

43 lines
470 B
Plaintext
Raw Normal View History

2017-06-15 14:22:15 +02:00
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
# Keystore files
*.jks
2017-06-19 03:27:28 +02:00
# NDK
.externalNativeBuild/