From e25d68cc8dc5dba429529d54934910887a3223a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Jun 2017 12:38:20 +0200 Subject: Add more examples of wildcard pattern exclusions --- doc/manual.cli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/manual.cli') diff --git a/doc/manual.cli b/doc/manual.cli index 55b0443..0de3247 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -103,6 +103,20 @@ the tree. This can be achieved with the following pattern: exe{hello}: cxx{** -***/test/**} \ +Similarly, if we wanted to exclude all source files that have the \c{-test} +suffix: + +\ +exe{hello}: cxx{** -**-test} +\ + +In contrast, the following pattern only excludes such files from the top +directory: + +\ +exe{hello}: cxx{** -*-test} +\ + If many inclusions or exclusions need to be specified, then an inclusion/exclusion group can be used. For example: -- cgit v1.1