]> 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)
committerDavid Stainton <dstainton415@gmail.com>
Wed, 9 Sep 2015 13:17:23 +0000 (15:17 +0200)
commit5bd4e833c89536aed70b9f81c6757f8b5ab637da
tree14932cfc8b43d5a26ff1db06edf3e25fca18a358
parentd2da8d3328cd84573fd259cec553fb8a67815cb8
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