summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f5df364ebddf..1e2992735849 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,7 @@
# autoconf generated stuff
/aclocal.m4
+/android/experimental/LOAndroid3/AndroidManifest.xml
/autom4te.cache
/autogen.input
/autogen.lastrun
diff --git a/Makefile.in b/Makefile.in
index a06b3b349aaa..75a2f56bca8e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -157,6 +157,7 @@ distclean : clean compilerplugins-clean
rm -fr \
$(BUILDDIR)/Makefile \
$(BUILDDIR)/aclocal.m4 \
+ $(BUILDDIR)/android/experimental/LOAndroid3/AndroidManifest.xml \
$(BUILDDIR)/autom4te.cache \
$(BUILDDIR)/config.log \
$(BUILDDIR)/config.Build.log \