From 0fabd51ab1f492117ff93682ece8756614cee8f3 Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Fri, 23 Aug 2013 14:44:43 -0700 Subject: [PATCH] Update .gitignore to ignore *.swo files For the fellow vim user. --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d9375c943..df079f250 100644 --- 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