exclude .git from tar

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 107a0aa3b3
commit d68ed96bac

@ -55,6 +55,7 @@ tar:
--exclude=$(notdir $(CURDIR))/tmp \
--exclude=core/$(notdir $(CURDIR))/tmp \
--exclude=.svn* \
--exclude=.git* \
--exclude=.\#* \
--exclude=*.[do] \
--exclude=*.la \

Loading…
Cancel
Save