Merge branch 'ss/faq-ignore'

Doc markup fix.

* ss/faq-ignore:
  gitfaq: avoid validation error with older asciidoc
maint
Junio C Hamano 2020-05-26 09:32:08 -07:00
commit 21a15f43c9
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ a file checked into the repository which is a template or set of defaults which
can then be copied alongside and modified as appropriate. This second, modified can then be copied alongside and modified as appropriate. This second, modified
file is usually ignored to prevent accidentally committing it. file is usually ignored to prevent accidentally committing it.


[[files-in-.gitignore-are-tracked]] [[files-in-gitignore-are-tracked]]
I asked Git to ignore various files, yet they are still tracked:: I asked Git to ignore various files, yet they are still tracked::
A `gitignore` file ensures that certain file(s) which are not A `gitignore` file ensures that certain file(s) which are not
tracked by Git remain untracked. However, sometimes particular tracked by Git remain untracked. However, sometimes particular