shithub: hugo

Download patch

ref: 0fabd51ab1f492117ff93682ece8756614cee8f3
parent: 7461ed63ae61aca0f49a36cc8a69ed8594fbcf64
author: Noah Campbell <[email protected]>
date: Fri Aug 23 10:44:43 EDT 2013

Update .gitignore to ignore *.swo files

For the fellow vim user.

--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
-hugo
-docs/public*
-hugo.exe
-*.swp
-.DS_Store
+hugo
+docs/public*
+hugo.exe
+*.swp
+*.swo
+.DS_Store