[Libreoffice-commits] .: instsetoo_native/util Makefile.in solenv/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 14 02:08:08 PST 2013


 Makefile.in                      |    2 ++
 instsetoo_native/util/.gitignore |    1 +
 solenv/inc/.gitignore            |    1 +
 3 files changed, 4 insertions(+)

New commits:
commit cb50efb8cbff5bd40b713cc86fb00c1870f4a160
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 14 11:05:50 2013 +0100

    Ignore and distclean generated files
    
    (Modelling .gitignore-per-directory instead of a single one in the root dir
    after exisiting config/.gitignore.  No idea which approach is better.)
    
    Change-Id: I0ae90103ada4bfff48e90afcf3903bd3ba909314

diff --git a/Makefile.in b/Makefile.in
index d114d81..a383ecd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -194,6 +194,8 @@ endif
         $(BUILDDIR)/config_host.mk.last \
         $(BUILDDIR)/config_host.mk.stamp \
         $(BUILDDIR)/configure \
+        $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
+        $(BUILDDIR)/solenv/inc/minor.mk \
         $(BUILDDIR)/warn
 	find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
 
diff --git a/instsetoo_native/util/.gitignore b/instsetoo_native/util/.gitignore
new file mode 100644
index 0000000..0ed9535
--- /dev/null
+++ b/instsetoo_native/util/.gitignore
@@ -0,0 +1 @@
+/openoffice.lst
diff --git a/solenv/inc/.gitignore b/solenv/inc/.gitignore
new file mode 100644
index 0000000..b8fab61
--- /dev/null
+++ b/solenv/inc/.gitignore
@@ -0,0 +1 @@
+/minor.mk
\ No newline at end of file


More information about the Libreoffice-commits mailing list