We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eff741 + 324f5a0 commit c087554Copy full SHA for c087554
book/02-git-basics/sections/recording-changes.asc
@@ -242,7 +242,7 @@ Here is another example `.gitignore` file:
242
# only ignore the TODO file in the current directory, not subdir/TODO
243
/TODO
244
245
-# ignore all files in the build/ directory
+# ignore all files in any directory named build
246
build/
247
248
# ignore doc/notes.txt, but not doc/server/arch.txt
0 commit comments