From 54ba2fbd7e32431642e6e927b22f12d9487ef402 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 2 Oct 2019 16:05:13 +0200 Subject: Include termite --- .gitignore | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 636f6ae..5047d12 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,14 @@ /* !.gitignore +# Allow directories in ~/.config +!/.config/ +/.config/* + +# Allow directories in ~/.local +!/.local/ +/.local/* + # # Allow specific dotfiles # @@ -11,14 +19,13 @@ /.vim/bundle /.vim/.netrwhist +# x11-terms/termite https://anongit.gentoo.org/git/user/eroen.git +!/.config/termite + # x11-wm/awesome -!/.config/ -/.config/* !/.config/awesome/ /.config/awesome/calendar -!/.local/ -/.local/* !/.local/bin /.local/bin/* !/.local/bin/gittab -- cgit v1.1