From 7c42f7b443a026f649b6760c0d49bc2670ce93b3 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 14 Sep 2004 02:44:58 +0000 Subject: Keep the .cvsignore files out of the src package. --- SConstruct | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 8f11366..0e231dd 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: -- cgit v0.12