diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-26 10:05:27 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-01-26 10:06:07 -0500 |
commit | ab738256ac3cdaadb33dcd6d59accc876c45a51a (patch) | |
tree | 96a80ebd3a57654d2d66e1b0ce9946ab19398d56 | |
parent | a0351fb5d78e0161925ac035cd7e08f0f6423676 (diff) |
Remove vim stuff from .gitignore
If this affects you put this in your vimrc:
set backupdir=~/.cache
set directory=~/.cache
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,12 +4,10 @@ Makefile cmake_install.cmake install_manifest.txt .clang_complete -*.swp *.o *.a bin/ test/ build/ -.lvimrc wayland-*-protocol.* wlr-example.ini |