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 59ec224 commit ea7e639Copy full SHA for ea7e639
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