diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-14 02:44:58 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-14 02:44:58 (GMT) |
commit | 7c42f7b443a026f649b6760c0d49bc2670ce93b3 (patch) | |
tree | bb86d431a48b8a474a7e36d45ae4bc61dc653871 /SConstruct | |
parent | 33aa5f7b77dd3492eaf981ce4ad9a2c7e1ca15b1 (diff) | |
download | SCons-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-- | SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |