Skip to content

Commit c314b62

Browse files
Martin Ågrengitster
authored andcommitted
gitignore.txt: change "folder" to "directory"
We prefer "directory" over "folder" when discussing the file system concept. Change this instance for consistency -- indeed, even within this paragraph, we already use "directory". Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 85bc006 commit c314b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitignore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ accessed from the index or a tree versus from the filesystem.
155155
EXAMPLES
156156
--------
157157

158-
- The pattern `hello.*` matches any file or folder
158+
- The pattern `hello.*` matches any file or directory
159159
whose name begins with `hello.`. If one wants to restrict
160160
this only to the directory and not in its subdirectories,
161161
one can prepend the pattern with a slash, i.e. `/hello.*`;

0 commit comments

Comments
 (0)