Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/Android-SingleSignOn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2018-06-08 09:04:14 +0300
committertobiasKaminsky <tobias@kaminsky.me>2018-06-08 09:04:14 +0300
commit8068d72f189c37f30b7ec00076bca0deb5194a54 (patch)
treef33c3f979554e1021e516ff146f0bc447987fa28 /.gitignore
parent2dc4d25e279be787ac24c3df9183c2e97209a027 (diff)
Change build script
add gradle wrapper
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 33 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 796b96d..dd7c979 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,33 @@
-/build
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# generated files
+bin/
+build/
+gen/
+target/
+*.iml
+
+# Local configuration files (sdk path, etc)
+.idea/
+.gradle/
+local.properties
+sample_client/local.properties
+tests/local.properties
+tests/test_cases/local.properties
+
+# Mac .DS_Store files
+.DS_Store
+
+# Proguard README
+proguard-project.txt
+sample_client/proguard-project.txt
+tests/proguard-project.txt
+tests/test_cases/proguard-project.txt \ No newline at end of file