Add a comment and link to more .gitignore info

A repository's `.gitignore` should be focused on ignoring files within
the repo that we do not want to be committed. For example, a build
directory.

A global ignore is a better place for ignoring OS-level files, editor
extensions, and files that you are always likely to want ignored (e.g.
zip).

Close #1065
Close #1120
This commit is contained in:
Hans Christian Reinl
2012-06-10 14:41:31 +02:00
committed by Nicolas Gallagher
parent 49089be067
commit 2a60c6b3d1

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
# Read about how to use .gitignore: http://h5bp.com/ae
# Numerous always-ignore extensions
*.diff
*.err