Skip to content

Commit

Permalink
Add a comment and link to more .gitignore info
Browse files Browse the repository at this point in the history
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 h5bp#1065
Close h5bp#1120
  • Loading branch information
drublic authored and necolas committed Jun 11, 2012
1 parent 49089be commit 2a60c6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
# Read about how to use .gitignore: http://h5bp.com/ae

# Numerous always-ignore extensions
*.diff
*.err
Expand Down

0 comments on commit 2a60c6b

Please sign in to comment.