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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Azzopardi <steveazz@outlook.com>2018-11-08 11:36:27 +0300
committerSteve Azzopardi <steveazz@outlook.com>2018-11-08 11:36:27 +0300
commite31b424f1e427590a2144a1528c265326274d99c (patch)
tree2f936a45c32315b9b1f6361af68a34c5dd46df79 /vendor/gitignore/Android.gitignore
parent32c4d7721b5e4cd99ff84d5f12163a2514f616b9 (diff)
Run rake gitlab:update_templates
As part of step 4 on feature freeze day, we need to update the templates. https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-4-update-the-gitignore-and-dockerfile-templates-on-gitlab-ce
Diffstat (limited to 'vendor/gitignore/Android.gitignore')
-rw-r--r--vendor/gitignore/Android.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/gitignore/Android.gitignore b/vendor/gitignore/Android.gitignore
index 39b6783cef8..69eda01429a 100644
--- a/vendor/gitignore/Android.gitignore
+++ b/vendor/gitignore/Android.gitignore
@@ -1,6 +1,7 @@
# Built application files
*.apk
*.ap_
+*.aab
# Files for the ART/Dalvik VM
*.dex
@@ -43,8 +44,9 @@ captures/
.idea/caches
# Keystore files
-# Uncomment the following line if you do not want to check your keystore files in.
+# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
+#*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild