diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-04 16:31:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-04 16:31:14 +0200 |
commit | d0a8c1b417f43184ac60394b35da7990c812acd3 (patch) | |
tree | 1174192318b5c135c00e8dbe1ff50465b2f479aa /doc | |
parent | 3fd36c27e9455dae10ed4f569ca4362219bbcbcb (diff) |
Document .buildignore
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 7 |
1 files changed, 4 insertions, 3 deletions
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. |