diff options
author | Noah Campbell <[email protected]> | 2013-08-23 14:44:43 -0700 |
---|---|---|
committer | Noah Campbell <[email protected]> | 2013-08-23 14:57:21 -0700 |
commit | 0fabd51ab1f492117ff93682ece8756614cee8f3 (patch) | |
tree | d41f684dd029f2f75045b0640668e7ff8765058d | |
parent | 7461ed63ae61aca0f49a36cc8a69ed8594fbcf64 (diff) | |
download | hugo-0fabd51ab1f492117ff93682ece8756614cee8f3.tar.gz hugo-0fabd51ab1f492117ff93682ece8756614cee8f3.zip |
Update .gitignore to ignore *.swo files
For the fellow vim user.
-rw-r--r-- | .gitignore | 11 |
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
|