Skip to content

Commit bc4ccbe

Browse files
Update recording-changes.asc
Improve comment about what the '**' glob pattern does.
1 parent 9dffc71 commit bc4ccbe

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 or in the sub directories of doc/
250250
doc/**/*.pdf
251251
----
252252

0 commit comments

Comments
 (0)