From: stevenknight Date: Tue, 14 Sep 2004 02:44:58 +0000 (+0000) Subject: Keep the .cvsignore files out of the src package. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=35b9101270eabf1cbeb0cdf9eda74d5b347dad83;p=scons.git 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 --- 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: