dotfiles

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

commit 1429371379e3b66895d655c91b883078531408e4 (patch)
parent c9d40dd16a19fc7963b5ffb9971eb80b37dfc7c1
Author: Alexander Karle <akarle@umass.edu>
Date:   Mon,  1 Oct 2018 00:05:23 -0400

vim: Add .gitignore

Diffstat:
Avim/.gitignore | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/vim/.gitignore b/vim/.gitignore @@ -0,0 +1,5 @@ +# Ignore all but syntax/ftplugin subdirectories +# Stuff like swp/ and undo/ really shouldn't be tracked +*/* +!syntax/* +!ftplugin/*