summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-09-14 02:44:58 (GMT)
committerSteven Knight <knight@baldmt.com>2004-09-14 02:44:58 (GMT)
commit7c42f7b443a026f649b6760c0d49bc2670ce93b3 (patch)
treebb86d431a48b8a474a7e36d45ae4bc61dc653871 /SConstruct
parent33aa5f7b77dd3492eaf981ce4ad9a2c7e1ca15b1 (diff)
downloadSCons-7c42f7b443a026f649b6760c0d49bc2670ce93b3.zip
SCons-7c42f7b443a026f649b6760c0d49bc2670ce93b3.tar.gz
SCons-7c42f7b443a026f649b6760c0d49bc2670ce93b3.tar.bz2
Keep the .cvsignore files out of the src package.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 3 insertions, 1 deletions
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: