]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitfaq.txt
gitfaq: avoid validation error with older asciidoc
[thirdparty/git.git] / Documentation / gitfaq.txt
index 11d9bac85901fe3cf36cf3f2f9cbba9468093cb9..a9ff16b66c17669bdb299c83d6eec89429783a33 100644 (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
 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::
        A `gitignore` file ensures that certain file(s) which are not
        tracked by Git remain untracked.  However, sometimes particular