diff options
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index cc89e3d..86d31af 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -242,7 +242,7 @@ _/ Git parses @file{.gitignore} with wildcards, @code{#} for comments and @code{!} for inclusion -rather than exclusion, latter entires override +rather than exclusion. Latter entires override earlier entries. When you have created your @file{.gitignore} you |