Add git source control dirs to the list of excludes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2010-03-06 04:15:54 +00:00
parent fde5af3a2c
commit e8ae97889e

View File

@@ -20,7 +20,7 @@ contribDir = os.path.join("contrib", "src")
dirsToCopy = ["art", "build", "debian", "demos", "distrib/mac", "docs", "include", "interface", "lib",
"locale", "samples", "src", "tests", "utils"]
dirsToIgnore = [".svn", "CVS"]
dirsToIgnore = [".svn", "CVS", ".git"]
excludeExtensions = [".rej", ".orig", ".mine", ".tmp"]
option_dict = {