diff options
author | David Isaksson <davidisaksson93@gmail.com> | 2021-04-11 20:46:32 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-12 18:04:13 +0200 |
commit | 73411ee181e3e9ee07a9de43cdb13a41b4cc5f34 (patch) | |
tree | da7e3507f852cb972c47c3596b4a67a87adec737 /.gitignore | |
parent | 21ecd5b804b5ec13931357315e80c63fd89baa02 (diff) | |
download | serenity-73411ee181e3e9ee07a9de43cdb13a41b4cc5f34.zip |
Meta: Add .vim directory to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cfed8dfff1..078038e399 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ compile_commands.json .idea/ cmake-build-debug/ sync-local.sh +.vim/ |