[releases/8] exclude .gitignore from tarball

This commit is contained in:
Fabio Erculiani
2012-01-13 19:26:14 +01:00
parent ded29bb310
commit 40c92f96c1
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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)
+2 -1
View File
@@ -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)