ignore emacs lock files and exception handling for watchers

This commit is contained in:
Deniz Turgut 2013-04-22 20:50:11 -04:00
commit be8837963a
4 changed files with 18 additions and 8 deletions

View file

@ -100,7 +100,7 @@ _DEFAULT_CONFIG = {'PATH': os.curdir,
'PLUGIN_PATH': '',
'PLUGINS': [],
'TEMPLATE_PAGES': {},
'IGNORE_FILES': []
'IGNORE_FILES': ['.#*']
}