Sublime settings and packages.

This commit is contained in:
Artem Sapegin
2012-10-16 16:11:28 +04:00
parent 250fc306c2
commit 284fd62df2
16 changed files with 357 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ Source: https://gist.github.com/490016
import os
import glob
EXCLUDE = ['tools', 'color', 'setup',' sync.py', 'Readme.md']
EXCLUDE = ['tools', 'color', 'setup', 'sublime', ' sync.py', 'Readme.md', '.gitignore']
NO_DOT_PREFIX = ['bin']
def force_remove(path):