From 2ec11b91a330df44d2b58399348656f121558565 Mon Sep 17 00:00:00 2001 From: "S. Christoffer Eliesen" Date: Mon, 4 May 2015 14:08:11 +0200 Subject: [PATCH] .gitignore: Wlist .config/i3, .vim/bundle. Blist history files. --- .gitignore | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 01d0f6e..ceaa3a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,23 @@ * !.* +!*.sh + +.bash_history +.lesshst +.viminf* + +.forward + !bin !bin/** !.config/awesome -!*.sh +!.config/i3 +!.config/i3/** !.babushka/** .babushka/logs -.bash_history -.lesshst -.viminf* - -.forward +!.vim/bundle +!.vim/bundle/**