From 2a07f71c6fb51c6699f47fb5effbac407d4b9b97 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 2 Oct 2021 10:04:22 +0530 Subject: [PATCH] gitignore: Ignore everything in path packer/opt --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6395f03..ea3defc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,12 +2,7 @@ tmux/.tmux/resurrect nvim/.config/nvim/.netrwhist nvim/.config/nvim/plugin/packer_compiled.vim nvim/.local/share/nvim/site/pack/packer/start -nvim/.local/share/nvim/site/pack/packer/opt/ghcid -nvim/.local/share/nvim/site/pack/packer/opt/git-messenger.vim -nvim/.local/share/nvim/site/pack/packer/opt/neoformat -nvim/.local/share/nvim/site/pack/packer/opt/haskell-vim -nvim/.local/share/nvim/site/pack/packer/opt/conjure/ -nvim/.local/share/nvim/site/pack/packer/opt/parinfer-rust/ +nvim/.local/share/nvim/site/pack/packer/opt/* nvim/.local/share/nvim/log nvim/.local/share/nvim/lsp.log nvim/.local/share/nvim/rplugin.vim