aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2019-09-27 13:00:05 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2019-09-27 13:15:06 +0530
commitb5c155db1bc5402a09f3107436a55fcde7c6e309 (patch)
tree9233783da20d029cd5150f41692f959269552713 /.gitignore
parentUprev to Gradle 5.6.2 (diff)
downloadwireguard-android-b5c155db1bc5402a09f3107436a55fcde7c6e309.tar.xz
wireguard-android-b5c155db1bc5402a09f3107436a55fcde7c6e309.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 <me@msfjarvis.dev>
Diffstat (limited to '')
-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