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)