asink icon indicating copy to clipboard operation
asink copied to clipboard

Add .gitignore-like functionality

Open aclindsa opened this issue 14 years ago • 1 comments

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.

aclindsa avatar Jul 12 '11 18:07 aclindsa

Possibly using globs instead of regexes: see http://docs.python.org/library/fnmatch.html#fnmatch.fnmatch.

aclindsa avatar Jul 12 '11 19:07 aclindsa