syncthing-android/.gitignore

31 lines
342 B
Plaintext
Raw Normal View History

# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
2014-05-12 16:54:26 +00:00
build/
gen/
obj/
2014-05-12 16:54:26 +00:00
.gradle/
# Local configuration file (sdk path, etc)
local.properties
project.properties
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Gradle wrapper
gradle/wrapper/gradle/
gradle/wrapper/gradlew*