From 3bc100aeb3f0763f78c8b3a70165b9f8aaa52db5 Mon Sep 17 00:00:00 2001 From: Eduardo M KALINOWSKI Date: Sat, 16 Feb 2019 18:55:54 -0200 Subject: reverse mode: support wildcard exclude (--exclude-wildcard) This adds support for gitignore-like wildcards and exclude patters in reverse mode. It (somewhat) fixes #273: no regexp support, but the syntax should be powerful enough to satisfy most needs. Also, since adding a lot of --exclude options can be tedious, it adds the --exclude-from option to read patterns from a file (or files). --- tests/reverse/exclude_test_fs/bkp1~ | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/reverse/exclude_test_fs/bkp1~ (limited to 'tests/reverse/exclude_test_fs/bkp1~') diff --git a/tests/reverse/exclude_test_fs/bkp1~ b/tests/reverse/exclude_test_fs/bkp1~ new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3