README.md 312 字节
Newer Older
C
Chris Wanstrath 已提交
1 2
## Globally Useful gitignores

C
Chris Wanstrath 已提交
3 4
This directory contains globally useful gitignores,
e.g. OS-specific and editor specific.
C
Chris Wanstrath 已提交
5

C
Chris Wanstrath 已提交
6
For more on global gitignores:
S
shalecraig 已提交
7
<https://help.github.com/articles/ignoring-files/#create-a-global-gitignore>
C
Chris Wanstrath 已提交
8 9 10

And a good blog post about 'em:
<http://augustl.com/blog/2009/global_gitignores>