Remove vim stuff from .gitignore

If this affects you put this in your vimrc:

set backupdir=~/.cache
set directory=~/.cache
master
Drew DeVault 7 years ago
parent a0351fb5d7
commit ab738256ac

2
.gitignore vendored

@ -4,12 +4,10 @@ Makefile
cmake_install.cmake cmake_install.cmake
install_manifest.txt install_manifest.txt
.clang_complete .clang_complete
*.swp
*.o *.o
*.a *.a
bin/ bin/
test/ test/
build/ build/
.lvimrc
wayland-*-protocol.* wayland-*-protocol.*
wlr-example.ini wlr-example.ini

Loading…
Cancel
Save