Skip to content

Commit

Permalink
ignore hg, svn
Browse files Browse the repository at this point in the history
  • Loading branch information
colinta committed Oct 1, 2012
1 parent 8d21033 commit 7a8f41d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@ def read(fname):

setup(
name="StrangeCase",
version="v4.5.20",
version="v4.5.21",
author="Colin Thomas-Arnold",
author_email="colinta@gmail",
url="https://github.com/colinta/StrangeCase",
Expand Down
2 changes: 2 additions & 0 deletions strange_case/__main__.py
Expand Up @@ -160,6 +160,8 @@ def on_any_event(self, event, alert=True):

exclude_paths = [
os.path.abspath('.git'),
os.path.abspath('.hg'),
os.path.abspath('.svn'),
os.path.abspath(CONFIG['deploy_path']),
]
if args.exclude_paths:
Expand Down

0 comments on commit 7a8f41d

Please sign in to comment.