Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Campbell <noahcampbell@gmail.com>2013-08-24 01:44:43 +0400
committerNoah Campbell <noahcampbell@gmail.com>2013-08-24 01:57:21 +0400
commit0fabd51ab1f492117ff93682ece8756614cee8f3 (patch)
treed41f684dd029f2f75045b0640668e7ff8765058d /.gitignore
parent7461ed63ae61aca0f49a36cc8a69ed8594fbcf64 (diff)
Update .gitignore to ignore *.swo files
For the fellow vim user.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files 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