dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit b6a8ffd04d9f532179326ff2846a81adfb9584e9 (patch)
parent beed39afb3d3dfe5a89e3a4dc668ae2e1459dd23
Author: Alex Karle <alex@karle.co>
Date:   Mon, 14 Oct 2019 00:44:42 -0400

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.

Diffstat:
M.gitignore | 17++---------------
1 file changed, 2 insertions(+), 15 deletions(-)

diff --git 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