diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-14 02:32:57 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-14 02:32:57 +0200 |
commit | 78cf4ca4405d33d3f658da0d7f209afc8e6ee4a7 (patch) | |
tree | 389619b8ea7603f7da1839d4391a528ce46e208e /android/.gitignore | |
parent | 2511a21841dd9dec735a53add8174e47d24deb88 (diff) |
make ndk-gdb work again
it hardcodes so much :-(
Change-Id: Id86c2bcbf5936f3ab292e87210b967e2331c9435
Diffstat (limited to 'android/.gitignore')
-rw-r--r-- | android/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/.gitignore b/android/.gitignore index 048756239172..c93775722a5e 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -5,9 +5,11 @@ /source/assets_strippedUI/ /source/build/ /source/captures/ +/source/jni/Application.mk /source/jniLibs/ /source/jniLibs_debug/ /source/liboSettings.gradle +/source/libs/*/gdb.setup /source/local.properties /source/native-code.cxx /source/obj/ |