]> 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>
Tue, 15 Sep 2015 17:43:00 +0000 (18:43 +0100)
commitba9b26b1f74f5e4b8be24b2bc45eabaeaaec783d
tree913dec3627f08101d3a5c1e3e89bb9cb4744e72b
parent1122268f0475a65f0fc2aeac051816b286bb0513
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