]> source.dussan.org Git - gitignore.git/commitdiff
READMEs and globals and you
authorChris Wanstrath <chris@ozmm.org>
Mon, 8 Nov 2010 23:00:06 +0000 (15:00 -0800)
committerChris Wanstrath <chris@ozmm.org>
Mon, 8 Nov 2010 23:00:28 +0000 (15:00 -0800)
Global/README.md
README.md

index 50682960361cee35cf6d47b77452971240b86359..adc1099c2ee8edd4dbe85df2ff118e346a3c8e10 100644 (file)
@@ -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:
 <http://help.github.com/git-ignore/>
 
 And a good blog post about 'em:
index 7dd8f641043fc66f67cc0a0f319b0977c1939d83..e7a12d7a36bab0fde5c82870f5b35c4fd0bfe2c6 100644 (file)
--- 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: <http://help.github.com/git-ignore/>
+Global gitignores (OS-specific, editor-specific) should go into the
+`Global/` directory.
 
 For more information on gitignore: [gitignore(5)][g5]