From 35b9101270eabf1cbeb0cdf9eda74d5b347dad83 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 14 Sep 2004 02:44:58 +0000 Subject: [PATCH] Keep the .cvsignore files out of the src package. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1065 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- SConstruct | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 8f113668..0e231ddd 100644 --- a/SConstruct +++ b/SConstruct @@ -910,7 +910,9 @@ if change: del u[f] except KeyError: pass - sfiles = filter(lambda x: x[-9:] != '.aeignore' and x[-9:] != '.sconsign', + sfiles = filter(lambda x: x[-9:] != '.aeignore' and + x[-9:] != '.sconsign' and + x[-10:] != '.cvsignore', u.keys()) if sfiles: -- 2.26.2