Keep the .cvsignore files out of the src package.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 14 Sep 2004 02:44:58 +0000 (02:44 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 14 Sep 2004 02:44:58 +0000 (02:44 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@1065 fdb21ef1-2011-0410-befe-b5e4ea1792b1

SConstruct

index 8f113668af1fb46b53466edf80a9bd74eb42a673..0e231dddc8963911fcd2fd542f19e7001e576f23 100644 (file)
@@ -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: