aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-09-27 13:00:05 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2019-09-27 13:15:06 +0530
commit2ede30ccc0b8915f49b7d005bbcb5e7123c3b97d (patch)
tree9233783da20d029cd5150f41692f959269552713 /.gitignore
parentUprev to Gradle 5.6.2 (diff)
downloadwireguard-android-2ede30ccc0b8915f49b7d005bbcb5e7123c3b97d.tar.xz
wireguard-android-2ede30ccc0b8915f49b7d005bbcb5e7123c3b97d.zip
Update AGP to 3.5.0
Also update the gitignore to ignore the '.cxx' directory AGP 3.5.0 uses for native build artifacts. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d85bf2d3..a9e2ddae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@
/captures/
/local.properties
.DS_Store
-.externalNativeBuild/
+.cxx/
Thumbs.db
build/
*.apk