[Libreoffice-commits] .: .gitignore Makefile.in
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Jul 26 19:25:01 PDT 2011
.gitignore | 3 ++-
Makefile.in | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 04a41c5b64f6b449f607dda5708d602a6068fc37
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Jul 26 21:24:53 2011 -0500
git ignore workdir and clean it on make clea
diff --git a/.gitignore b/.gitignore
index a1b1db7..981d563 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,7 +29,8 @@
/*/unxios?.pro
/*/unxand?
/*/unxand?.pro
-/solver/*
+/workdir
+/solver
/instsetoo_native/util/LibreOffice
/instsetoo_native/util/LibreOffice_SDK
diff --git a/Makefile.in b/Makefile.in
index 510455a..0f4d99a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -127,6 +127,7 @@ clean:
. ./Env.Host.sh && \
rm -rf */$$INPATH && \
rm -rf solver/*/$$INPATH && \
+ rm -rf workdir && \
rm -rf install
ifeq (@BUILD_DMAKE@,YES)
. ./Env.Host.sh && \
More information about the Libreoffice-commits
mailing list