File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -362,12 +362,12 @@ full pathname may have special meaning:
362
362
363
363
- A leading "`**`" followed by a slash means match in all
364
364
directories. For example, "`**/foo`" matches file or directory
365
- "`foo`" anywhere, the same as pattern "`foo`". "**/foo/bar"
365
+ "`foo`" anywhere, the same as pattern "`foo`". "` **/foo/bar` "
366
366
matches file or directory "`bar`" anywhere that is directly
367
367
under directory "`foo`".
368
368
369
- - A trailing "/**" matches everything inside. For example,
370
- "abc/**" matches all files inside directory "abc", relative
369
+ - A trailing "` /**` " matches everything inside. For example,
370
+ "` abc/**` " matches all files inside directory "abc", relative
371
371
to the location of the `.gitignore` file, with infinite depth.
372
372
373
373
- A slash followed by two consecutive asterisks then a slash
You can’t perform that action at this time.
0 commit comments