From 62e2ab90067e971d200bf372cd9b7f5cf5d1fd2f Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 14 Aug 2024 18:47:19 +0200 Subject: [PATCH] docs(mkdwarfs): update section on root path components of filter rules --- doc/mkdwarfs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/mkdwarfs.md b/doc/mkdwarfs.md index bc3b71dd..da891a6d 100644 --- a/doc/mkdwarfs.md +++ b/doc/mkdwarfs.md @@ -688,8 +688,6 @@ only match non-directories. Note that regardless of the preferred native directory separator, filter rules will always use UNIX-style directory separators (`/`). -The only exception is the root path component in floating matches, -which will always use native directory separators. Patterns support `?` and `*` wildcards matching a single character and any number of characters, respectively. These patterns don't match