mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
72100217e8
This is buggy behaviour that exists in <=1.17, and this patch restores it* Per gitignore rules, this glob: */somefile Will match: foo/somefile bar/somefile But not: somefile However, so far we’ve accepted this. As this is a breaking change, this patch introduces a hack which lets us accept this behaviour, but clearly marks it as a compatibility exception. In 2.0, this will be gone. Fixes #258 * It only restores it on unices, because the behaviour cannot be restored in any reasonable manner on Windows. Ah well. It's not for long anyway. |
||
---|---|---|
.. | ||
ignores | ||
env_reporting.rs | ||
error_handler.rs | ||
filter_globset.rs | ||
filter_ignorefiles.rs | ||
filter_tagged_filterfiles.rs | ||
filter_tagged_nonpaths.rs | ||
filter_tagged_parser.rs | ||
filter_tagged_paths.rs | ||
helpers.rs |