diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 15:31:03 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 15:31:03 +0200 |
commit | 577d2ee5261e3b44bfb1f838289a3a0893e76503 (patch) | |
tree | 042d8a469ba39780b8af072a481b7a6da180a334 /duply/.duply/test/exclude | |
parent | e9697d5d79682a4fa60e257341cc4663ec2116e7 (diff) |
Removed test configuration
Diffstat (limited to 'duply/.duply/test/exclude')
-rw-r--r-- | duply/.duply/test/exclude | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/duply/.duply/test/exclude b/duply/.duply/test/exclude deleted file mode 100644 index 9558c66..0000000 --- a/duply/.duply/test/exclude +++ /dev/null @@ -1,9 +0,0 @@ -# although called exclude, this file is actually a globbing file list -# duplicity accepts some globbing patterns, even including ones here -# here is an example, this incl. only 'dir/bar' except it's subfolder 'foo' -# - dir/bar/foo -# + dir/bar -# - ** -# for more details see duplicity manpage, section File Selection -# http://duplicity.nongnu.org/duplicity.1.html#sect9 - |