From effda0c5a5de4daaf731941765285230b8045829 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 7 Nov 2004 04:23:05 +0000 Subject: [PATCH] Fixed excluding subversions dir from installed packages ... hopefully having *.svn in the tar-exclude-file is portable git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20305 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ tar-exclude-list | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d8eb653..95c2bc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 7 04:18:39 2004 Nicola Pero + + * tar-exclude-list: Use *.svn instead of .svn to have + .svn dirs excluded. + Sun Nov 7 04:07:50 2004 David Wetzel * Instance/Shared/bundle.make: Everywhere use the '-f' flag to 'cp diff --git a/tar-exclude-list b/tar-exclude-list index 39e87fd..0444be2 100644 --- a/tar-exclude-list +++ b/tar-exclude-list @@ -1,2 +1,2 @@ CVS -.svn \ No newline at end of file +*.svn