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:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user