[releases/8] exclude .gitignore from tarball
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user