summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTekkub <tekkub@github.com>2011-06-15 15:33:39 -0700
committerTekkub <tekkub@github.com>2011-06-15 15:33:39 -0700
commit0299b66562f722fa497c5885ca46bf694353a774 (patch)
treeaac4dbb551b30614d633ce16ef786a6403827502
parentb36e054850cc3271a4b59ee157550e91d1520e44 (diff)
parent085fe38046ea4be466b482deefcac2832731311c (diff)
Merge pull request #37 from ruediger/gh-pages
ignore-files: Added link to https://github.com/github/gitignore
-rw-r--r--_posts/2008-02-03-ignore-files.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/2008-02-03-ignore-files.markdown b/_posts/2008-02-03-ignore-files.markdown
index cc81daa..aaa18e1 100644
--- a/_posts/2008-02-03-ignore-files.markdown
+++ b/_posts/2008-02-03-ignore-files.markdown
@@ -70,3 +70,4 @@ Links
* [Pro Git](http://progit.org/book/ch2-2.html)
* [gitignore man page](http://www.kernel.org/pub//software/scm/git/docs/gitignore.html)
+* [A collection of useful .gitignore templates](https://github.com/github/gitignore)