From 40c92f96c1622a3eb5f4485faf7db8d7c74a8d19 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 13 Jan 2012 19:26:14 +0100 Subject: [PATCH] [releases/8] exclude .gitignore from tarball --- releases/8/sabayon-artwork-core/Makefile | 3 ++- releases/8/sabayon-artwork-kde/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/releases/8/sabayon-artwork-core/Makefile b/releases/8/sabayon-artwork-core/Makefile index b50d344..05137f1 100644 --- a/releases/8/sabayon-artwork-core/Makefile +++ b/releases/8/sabayon-artwork-core/Makefile @@ -14,7 +14,8 @@ scripts: cook: tar -cJf $(TARBALL_NAME) \ ../$(DIR_NAME) --exclude Makefile \ - --exclude $(TARBALL_NAME) + --exclude $(TARBALL_NAME) \ + --exclude .gitignore clean: rm -f $(TARBALL_NAME) diff --git a/releases/8/sabayon-artwork-kde/Makefile b/releases/8/sabayon-artwork-kde/Makefile index d2f36db..f846852 100644 --- a/releases/8/sabayon-artwork-kde/Makefile +++ b/releases/8/sabayon-artwork-kde/Makefile @@ -15,7 +15,8 @@ scripts: cook: tar -cJf $(TARBALL_NAME) \ ../$(DIR_NAME) --exclude Makefile \ - --exclude $(TARBALL_NAME) + --exclude $(TARBALL_NAME) \ + --exclude .gitignore clean: rm -f $(TARBALL_NAME)