[Libreoffice-commits] core.git: .gitignore Makefile.in

Stephan Bergmann sbergman at redhat.com
Tue Oct 7 02:57:09 PDT 2014


 .gitignore  |    1 +
 Makefile.in |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit bd633f4c85dbb7750f10083f9240282059aaf491
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 7 11:55:57 2014 +0200

    Proper AC_CONFIG_FILE treatment
    
    Change-Id: Ic029d0d174a00af783fd276852231523aae59866

diff --git a/.gitignore b/.gitignore
index f5df364..1e29927 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 a06b3b3..75a2f56 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 \


More information about the Libreoffice-commits mailing list