diff options
author | Nico Weber <thakis@chromium.org> | 2020-07-27 15:32:26 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-27 21:53:46 +0200 |
commit | 815a660aed787f87aa92ab654ce9d89c4d7ac063 (patch) | |
tree | 0ddc351d7d6e50bcd80e78654fc9bc02c1a8f6d6 /.gitignore | |
parent | ed327e7feb36d415281ad022d6f99a9d15539e6a (diff) | |
download | serenity-815a660aed787f87aa92ab654ce9d89c4d7ac063.zip |
.gitignore: Add .swo
Makes `git status` less noisy for vim users.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 44d04ab9e8..3ca45c9ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.so *.d +*.swo *.swp *.config *.creator |