From d0a8c1b417f43184ac60394b35da7990c812acd3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Sep 2018 16:31:14 +0200 Subject: Document .buildignore --- doc/manual.cli | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/manual.cli') diff --git a/doc/manual.cli b/doc/manual.cli index 00a6eb5..a893622 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -3124,9 +3124,10 @@ this character. In addition to the above wildcard characters, \c{**} and \c{***} are recognized as wildcard character sequences. If a pattern contains \c{**}, then -it is matched just like \c{*} but in all the subdirectories, recursively. The -\c{***} wildcard behaves like \c{**} but also matches the start directory -itself. For example: +it is matched just like \c{*} but in all the subdirectories, recursively, but +excluding directories that contain the \c{.buildignore} file. The \c{***} +wildcard behaves like \c{**} but also matches the start directory itself. For +example: \ exe{hello}: cxx{**} # All C++ source files recursively. -- cgit v1.1