Merge branch 'jr/doc-ignore-typofix'
Doc cleanup. * jr/doc-ignore-typofix: doc: .gitignore documentation typofixmaint
commit
3d92c0a784
|
@ -153,7 +153,7 @@ EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- The pattern `hello.*` matches any file or folder
|
- The pattern `hello.*` matches any file or folder
|
||||||
whose name begins with `hello`. If one wants to restrict
|
whose name begins with `hello.`. If one wants to restrict
|
||||||
this only to the directory and not in its subdirectories,
|
this only to the directory and not in its subdirectories,
|
||||||
one can prepend the pattern with a slash, i.e. `/hello.*`;
|
one can prepend the pattern with a slash, i.e. `/hello.*`;
|
||||||
the pattern now matches `hello.txt`, `hello.c` but not
|
the pattern now matches `hello.txt`, `hello.c` but not
|
||||||
|
|
Loading…
Reference in New Issue