Added cache and history files to gitignore

This commit is contained in:
lara 2020-12-31 17:19:18 +01:00
parent ae7b95880f
commit 7ea3808ab7

7
.gitignore vendored
View file

@ -1,8 +1,13 @@
git_user
vim/.netrwhist vim/.netrwhist
vim/bundle/* vim/bundle/*
git_user vim/cache/*
config/kitty/.local.conf config/kitty/.local.conf
config/mpv/watch_later config/mpv/watch_later
config/nvim/.netrwhist
src/* src/*
!src/Makefile !src/Makefile
!src/*.* !src/*.*