Skip to content

Commit 2e89435

Browse files
committed
more idiomatic
1 parent b2d82d5 commit 2e89435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/config.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You can put patterns in your project's `.gitignore` file to have Git not see the
145145

146146
But sometimes you want to ignore certain files for all repositories that you work with.
147147
If your computer is running Mac OS X, you're probably familiar with `.DS_Store` files.
148-
If your preferred editor is Emacs or Vim, you know about files that end with a `~` or `.swp` in the filename.
148+
If your preferred editor is Emacs or Vim, you know about filenames that end with a `~` or `.swp`.
149149

150150
This setting lets you write a kind of global `.gitignore` file.
151151
If you create a `~/.gitignore_global` file with these contents:

0 commit comments

Comments
 (0)