Bash profile.

This commit is contained in:
Artem Sapegin
2012-10-10 18:05:57 +04:00
parent 9e3287bc38
commit 73babe1cd6
5 changed files with 192 additions and 1 deletions

View File

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