From 78cf4ca4405d33d3f658da0d7f209afc8e6ee4a7 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 14 Oct 2015 02:32:57 +0200 Subject: make ndk-gdb work again it hardcodes so much :-( Change-Id: Id86c2bcbf5936f3ab292e87210b967e2331c9435 --- android/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/.gitignore') 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/ -- cgit