aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a281502..08c6b56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,16 @@
# Build output and native-lib artifacts (rebuilt from source).
/out/
+/build/
/app/build/
/app/src/main/jniLibs/
/rsync/work/
/rsync/*.tar.gz
-/rsh/rsh
+/rsync/*.part.*
# Gradle and Android local config.
.gradle/
/.kotlin/
+/.toolchains/
/local.properties
# Secrets: .gitignore is the secret manager.