Skip to content

Commit 937f5eb

Browse files
authored
Merge pull request #745 from chaitanyagurrapu/patch-1
Improve comment about what the '**' glob pattern does.
2 parents 44a832d + fc5ed3c commit 937f5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ build/
246246
# ignore doc/notes.txt, but not doc/server/arch.txt
247247
doc/*.txt
248248
249-
# ignore all .pdf files in the doc/ directory
249+
# ignore all .pdf files in the doc/ directory and any of its subdirectories
250250
doc/**/*.pdf
251251
----
252252

0 commit comments

Comments
 (0)