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 b2d82d5 commit 2e89435Copy full SHA for 2e89435
book/08-customizing-git/sections/config.asc
@@ -145,7 +145,7 @@ You can put patterns in your project's `.gitignore` file to have Git not see the
145
146
But sometimes you want to ignore certain files for all repositories that you work with.
147
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.
+If your preferred editor is Emacs or Vim, you know about filenames that end with a `~` or `.swp`.
149
150
This setting lets you write a kind of global `.gitignore` file.
151
If you create a `~/.gitignore_global` file with these contents:
0 commit comments