From eac0f1c0d14a9c3ac33cefb8eed82fe6f6ea9849 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 2 Oct 2019 11:49:11 +0200 Subject: Include vim configuration --- .gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d6b7ef3..9612266 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ -* +# Ignore everything except the gitignore file itself +/* !.gitignore + +# +# Allow specific dotfiles +# + +# app-editors/vim +!/.vim/ +/.vim/bundle +/.vim/.netrwhist + +!/.local/ +/.local/* +!/.local/bin +/.local/bin/* +!/.local/bin/vimbundle -- cgit v1.1