We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2a94d commit f44d9f5Copy full SHA for f44d9f5
1 file changed
README.md
@@ -14,3 +14,16 @@ For more information on gitignore: [gitignore(5)][g5]
14
[fk]: http://help.github.com/forking/
15
[pr]: http://help.github.com/pull-requests/
16
[g5]: http://man.cx/gitignore
17
+
18
+## Global Ignores
19
20
+git has a global configuration that applies rules to all of
21
+your projects. For example:
22
23
+ git config --global core.excludesfile=~/.global_ignore
24
25
+... will apply the rules in ~/.global_ignore for all of your repos.
26
27
+This is useful if you use an editor (like Emacs) that drops backup files,
28
+or if you work in an environment that generates binary or intermediate
29
+files that are always ignored.
0 commit comments