asink
asink copied to clipboard
Add .gitignore-like functionality
To make it possible to ignore files like .o or .pyc. Regular-expression based makes the most sense. This should probably recursively apply to all sub-directories of the one with the ".asinkignore" file.
Possibly using globs instead of regexes: see http://docs.python.org/library/fnmatch.html#fnmatch.fnmatch.