From a1714c9aab7fb5e78ce50a7c3b744ed303a52a7b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 30 Nov 2017 12:05:40 -0600 Subject: [PATCH] Unify .gitignore files --- .gitignore | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index d800b2f..28a4918 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,17 @@ -bin/ -lib/ -doc/ -include/ -db/ -dbd/ -documentation/html -documentation/*.tag +/cfg/ +/bin/ +/lib/ +/db/ +/dbd/ +/html/ +/include/ +/templates/ +/configure/*.local +/documentation/html +/documentation/*.tag +O.*/ +/QtC-* envPaths -configure/*.local -!configure/ExampleRELEASE.local -**/O.* -QtC-* \ No newline at end of file +*.orig +*.log +.*.swp