commit a17f7639bb36ad4a9f99ced85d5bb5e8cf05346d (patch) parent b45fb30cf8bd1b7fbb020fc907032b4e3461e416 Author: Alexander Karle <akarle@umass.edu> Date: Mon, 23 Apr 2018 14:12:32 -0400 Updating gitignore to account for symlink in ~/.vim Diffstat:
M | .gitignore | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -3,6 +3,9 @@ vim/*/* !vim/ftplugin/* !vim/syntax/* +# Ignore symlink artifact +vim/vim + # Ignore the Vagrant machine stuff used in testing Vagrantfile *.log