mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
7188f0a923
* Build with python3 - Replace urllib * Fix build.gradle cleanNative * Update README.md * build-syncthing - Install MinGit on demand if missing on Windows
46 lines
543 B
Text
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/
|