Skip to content

Commit a539a49

Browse files
committed
fix confusing ignore rule: change extension to pdf
1 parent 8811cca commit a539a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ build/
239239
# ignore doc/notes.txt, but not doc/server/arch.txt
240240
doc/*.txt
241241
242-
# ignore all .txt files in the doc/ directory
243-
doc/**/*.txt
242+
# ignore all .pdf files in the doc/ directory
243+
doc/**/*.pdf
244244
----
245245

246246
[TIP]

0 commit comments

Comments
 (0)