Skip to content

Commit 324f5a0

Browse files
authored
Clarify explanatory text for .gitignore
1 parent 1eff741 commit 324f5a0

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
@@ -242,7 +242,7 @@ Here is another example `.gitignore` file:
242242
# only ignore the TODO file in the current directory, not subdir/TODO
243243
/TODO
244244
245-
# ignore all files in the build/ directory
245+
# ignore all files in any directory named build
246246
build/
247247
248248
# ignore doc/notes.txt, but not doc/server/arch.txt

0 commit comments

Comments
 (0)