diff options
Diffstat (limited to 'copybump.py')
| -rwxr-xr-x | copybump.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/copybump.py b/copybump.py index 72160d7f9..a4eea59a3 100755 --- a/copybump.py +++ b/copybump.py @@ -57,6 +57,7 @@ def do_walk(): for root, dirs, files in os.walk('.'): if root == '.': remove(dirs, '.bzr') + remove(dirs, '.git') remove(dirs, 'bin') remove(dirs, 'contrib') remove(dirs, 'develop-eggs') |
