Skip to content

Commit bff3bf6

Browse files
committed
fixed to be more precise
1 parent 948c189 commit bff3bf6

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`.
148+
If your preferred editor is Emacs or Vim, you know about files that end with a `~` or `.swp` in the filename.
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)