]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add should_ignore_file and tests
authorDavid Stainton <dstainton415@gmail.com>
Wed, 9 Sep 2015 13:17:23 +0000 (15:17 +0200)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 30 Sep 2015 15:45:26 +0000 (16:45 +0100)
commitee78679357ab3d40916b8c39a2ae900bac76b579
tree8491b86011344ab0c0fc29ccdcd49a904d8e6c54
parent71363606cbd33ab6f62ff0c5b79e1e15ea4f828c
Add should_ignore_file and tests

This helper function will be used by magic-folder to
determine when to drop a file from the upload queue...
it ignores hidden files and certain suffixed files.
src/allmydata/magicpath.py
src/allmydata/test/test_magicpath.py