syncthing-android/.gitignore

43 lines
490 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/
syncthing/gobuild
syncthing/pkg
2021-07-19 11:38:36 +00:00
__pycache__
# Local configuration file (sdk path, etc)
local.properties
project.properties
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
2021-07-19 11:38:36 +00:00
# Misc IDE stuff
eclipse-java-style.xml
.classpath
.project
.settings
# Gradle wrapper
gradle/wrapper/gradle/
gradle/wrapper/gradlew*
2018-06-12 18:57:09 +00:00
# External build artifacts
ext/