1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00
syncthing-android/.gitignore
Catfriend1 7188f0a923
Support python3 during build - Install MinGit on-demand on Windows (#69)
* Build with python3 - Replace urllib
* Fix build.gradle cleanNative
* Update README.md
* build-syncthing - Install MinGit on demand if missing on Windows
2018-09-23 14:36:49 +02:00

46 lines
543 B
Text

# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
build/
gen/
obj/
.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*
# Prebuilt-go
syncthing/go
syncthing/go.tgz
syncthing/go.zip
# Android NDK
syncthing/android-ndk-r*
syncthing/ndk.zip
# MinGit
syncthing/mingit
syncthing/mingit.zip
# External build artifacts
ext/