about
IgnoreFS is a FUSE filesystem that works like a bind mount, but hides files that match ignore rules written in .gitignore syntax.
It is based on the XMP example included with python-fuse.
features
- Mirrors a directory like a bind mount.
- Excludes files using .gitignore syntax.
- Runs in userspace with FUSE.