From bbebf0f7f6ee71523919c332f371c85a3e5304de Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 8 Nov 2010 15:00:06 -0800 Subject: [PATCH] READMEs and globals and you --- Global/README.md | 5 +++-- README.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Global/README.md b/Global/README.md index 50682960..adc1099c 100644 --- a/Global/README.md +++ b/Global/README.md @@ -1,8 +1,9 @@ ## Globally Useful gitignores -This directory contains globally useful gitignores. +This directory contains globally useful gitignores, +e.g. OS-specific and editor specific. -Here's a good **global** gitignore: +For more on global gitignores: And a good blog post about 'em: diff --git a/README.md b/README.md index 7dd8f641..e7a12d7a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ by [forking][fk] and sending a [pull request][pr]. Also **please** only modify **one file** per commit. This'll make merging easier for everyone. -Here's a good **global** gitignore: +Global gitignores (OS-specific, editor-specific) should go into the +`Global/` directory. For more information on gitignore: [gitignore(5)][g5]