summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Sonderfeld <ruediger@c-plusplus.de>2011-06-15 20:35:19 +0200
committerRĂ¼diger Sonderfeld <ruediger@c-plusplus.de>2011-06-15 20:35:19 +0200
commit085fe38046ea4be466b482deefcac2832731311c (patch)
treeaac4dbb551b30614d633ce16ef786a6403827502
parentb36e054850cc3271a4b59ee157550e91d1520e44 (diff)
ignore-files: Added link to https://github.com/github/gitignore (A collection of useful .gitignore templates)
-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)