From b6a8ffd04d9f532179326ff2846a81adfb9584e9 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 14 Oct 2019 00:44:42 -0400 Subject: [PATCH] cleanup: remove unused gitignore patterns The gitignore had a lot of logic for ignoring vim/, back when my dotfiles were a "mono-repo" of config :) vim/ was promoted to it's own repository a while back (for better or for worse... not sure how I feel about it these days since I invested in making a dotfile manager...), so these lines aren't needed. --- .gitignore | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index e79d733..e7babb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,5 @@ -# Ignore all vim subdirectories (due to symlink ~/.vim -> HOMEDOTS/vim) -vim/*/* -!vim/ftplugin/* -!vim/syntax/* - -# Ignore symlink artifact -vim/vim - -# ignore files starting with dot in .vim -vim/.* - -# Ignore the Vagrant machine stuff used in testing -Vagrantfile -*.log -.vagrant +# netrw places these files in nvim/ +.netrwhist # Compiled python files *.pyc -- libgit2 0.28.4