]> 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>
Thu, 1 Oct 2015 00:19:48 +0000 (01:19 +0100)
commitace87a2035f378ba4365209bdd3f3a276503e68d
tree929762d9d5ca4f232bd706937ee112de98251aa3
parentbf94a391f3bf9070ece5fcbc6307b61275012157
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