From 324f5a0b7cf8e1b238b447b44b155ac27ff0c326 Mon Sep 17 00:00:00 2001 From: evanderiel Date: Wed, 5 Sep 2018 15:44:41 +0200 Subject: [PATCH] Clarify explanatory text for .gitignore --- book/02-git-basics/sections/recording-changes.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/02-git-basics/sections/recording-changes.asc b/book/02-git-basics/sections/recording-changes.asc index a778c9225..df3b89224 100644 --- a/book/02-git-basics/sections/recording-changes.asc +++ b/book/02-git-basics/sections/recording-changes.asc @@ -242,7 +242,7 @@ Here is another example `.gitignore` file: # only ignore the TODO file in the current directory, not subdir/TODO /TODO -# ignore all files in the build/ directory +# ignore all files in any directory named build build/ # ignore doc/notes.txt, but not doc/server/arch.txt