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.
waldyrious/alt-syntax
Victor Goff 2015-06-22 23:40:49 -04:00
parent b694dd10d5
commit 7b1521df03
1 changed files with 5 additions and 11 deletions

16
.gitignore vendored
View File

@ -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"