From 7b1521df0347e57699e271b53c5c993a6939e6f2 Mon Sep 17 00:00:00 2001 From: Victor Goff Date: Mon, 22 Jun 2015 23:40:49 -0400 Subject: [PATCH] Avoid the responsibility of global settings We should only ignore files that may concern this project, not folks editors and operating systems. Added reminder text in the `.gitignore` file itself. --- .gitignore | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 21a69413d0..f2ed6c8419 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,5 @@ -.DS_Store -.md~ - -# Local Ruby gems # -.gem/ - -# JetBrains # -.idea/ - -# Linux # -*~ +# This gitignore file is for this projects concerns. +# Please set swap files and system folder files for your operating system and editors to be ignored in +# the 'global ignore file'. +# See: http://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration +# : search for "global .gitignore"