From 57c6d07a9366fd3654bfd6850e2d35340e3165ec Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 30 Nov 2017 11:59:45 -0600 Subject: [PATCH] Unify .gitignore file --- .gitignore | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 42acf5c..2dd7304 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,14 @@ -bin/ -include/ -lib/ -db/ -dbd/ -configure/*.local -html/ -**/O.* -**/**/O.* -QtC-* +/cfg/ +/bin/ +/lib/ +/db/ +/dbd/ +/html/ +/include/ +/templates/ +/configure/*.local +O.*/ +/QtC-* +*.orig +*.log +.*.swp