.gitignore | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 78caf83d3a8ca10bde83115a534dc8adf688f1f2
Author: Pranam Lashkari <[email protected]>
AuthorDate: Tue Jun 22 23:36:43 2021 +0530
Commit: Szymon Kłos <[email protected]>
CommitDate: Fri Oct 1 15:01:23 2021 +0200
updated gitignore for andoird builds
Change-Id: I7603b1de266745ba23a3d991d5e903c6fac9ab41
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117674
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Pranam Lashkari <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122905
Tested-by: Szymon Kłos <[email protected]>
diff --git a/.gitignore b/.gitignore
index 7c6cc13f0a5d..8554f3648515 100644
--- a/.gitignore
+++ b/.gitignore
@@ -180,3 +180,7 @@ LibreOffice.VC.VC.opendb
# vim-ide-integration
/compile_commands.json
+
+#android builds
+/android/jniLibs/
+/android/obj/
\ No newline at end of file