From 8e8ff48a2e962b0143e426d2e2fb9a1f14573894 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 2 Jul 2020 05:02:36 +0100 Subject: [PATCH] Updated .gitignore - see log. This .gitignore now ignores all files that are not dot files in the home directory. All files are first ignored, then dot files are re-included, and then dot directories are re-included. Finally, specific dot files are re-ignored. --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ddd678c..72caad9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,21 @@ +* +!.* +!.*/** *~ *.save .*.swp .ICEauthority .Xauthority +.alpine-smime/ .aspell.* .bash_history .cache/ +.gnupg .lesshst .lynx.cookies .mozilla/ +.nanorc +.rnd .sqlite_history .thumbnails/ .xsession-errors* -Documents -Downloads -files