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 44e03bf + ea7e639 commit 3d92c0aCopy full SHA for 3d92c0a
Documentation/gitignore.txt
@@ -153,7 +153,7 @@ EXAMPLES
153
--------
154
155
- The pattern `hello.*` matches any file or folder
156
- whose name begins with `hello`. If one wants to restrict
+ whose name begins with `hello.`. If one wants to restrict
157
this only to the directory and not in its subdirectories,
158
one can prepend the pattern with a slash, i.e. `/hello.*`;
159
the pattern now matches `hello.txt`, `hello.c` but not
0 commit comments