Remove vim stuff from .gitignore
If this affects you put this in your vimrc: set backupdir=~/.cache set directory=~/.cache
This commit is contained in:
parent
a0351fb5d7
commit
ab738256ac
|
@ -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…
Reference in New Issue