[Libreoffice-commits] core.git: .gitignore

Peter Foley pefoley2 at pefoley.com
Sun Jan 17 23:33:38 PST 2016


 .gitignore |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 20a4b3a081494535e5cb44832cdc9824532dc76c
Author: Peter Foley <pefoley2 at pefoley.com>
Date:   Sun Jan 17 14:27:44 2016 -0500

    Properly ignore in-tree sdk and ndk
    
    Change-Id: If8aa9647def6741ba01bd47c02d386c43abaf452
    Reviewed-on: https://gerrit.libreoffice.org/21548
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/.gitignore b/.gitignore
index 9a56535..2370081 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,8 @@
 
 # default location for external downloads
 /external/tarballs
+/external/android-ndk
+/external/android-sdk-linux
 
 # autoconf generated stuff
 /aclocal.m4


More information about the Libreoffice-commits mailing list