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.
1 parent 1eff741 commit 324f5a0Copy full SHA for 324f5a0
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