diff options
author | Noah Campbell <[email protected]> | 2013-07-30 16:27:23 -0700 |
---|---|---|
committer | Noah Campbell <[email protected]> | 2013-08-01 13:27:56 -0700 |
commit | 03e804ffd265c8cbd65cd45ddc3b50ab0f566fcc (patch) | |
tree | ad3b97f476a361c2f2aee665b620733030dfc5f7 | |
parent | c9a09418e7b1cf0d6c77d46ac1dc8a703b341ac2 (diff) | |
download | hugo-03e804ffd265c8cbd65cd45ddc3b50ab0f566fcc.tar.gz hugo-03e804ffd265c8cbd65cd45ddc3b50ab0f566fcc.zip |
Updating the .gitignore for windows and vim users.
Adding hugo.exe for us windows fanbois. Also adding gvim support.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b970e45bb..610abe989 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ hugo docs/public* +hugo.exe +*.swp |