[Libreoffice-commits] libvisio.git: 2 commits - .gitignore Makefile.am
David Tardon
dtardon at redhat.com
Wed Dec 3 13:45:37 PST 2014
.gitignore | 1 +
Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 9990891b8af5b8e91cea086f6122095868ea49a3
Author: David Tardon <dtardon at redhat.com>
Date: Wed Dec 3 22:44:04 2014 +0100
add tags to .gitignore
Change-Id: Ia4601bd76a23f10a9d231b1b1a043331c7f9c47c
diff --git a/.gitignore b/.gitignore
index 9e03dc5..3ead918 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@ m4
missing
mkinstalldirs
stamp-h1
+tags
*.pc
*.rc
*~
commit 33799daf513f761114756e8550d7b19abb95cfa7
Author: David Tardon <dtardon at redhat.com>
Date: Wed Dec 3 22:43:27 2014 +0100
remove tags on distclean
Change-Id: Ie564dbd2be7d6dd744897ef7835f44103b9e6dbb
diff --git a/Makefile.am b/Makefile.am
index 3b52e8e..ca01bdd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ EXTRA_DIST = \
libvisio.pc.in
distclean-local:
- rm -rf *.cache *~ *.out *.pc
+ rm -rf *.cache *~ *.out *.pc tags
dist-hook:
git log --date=short --pretty="format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog
More information about the Libreoffice-commits
mailing list