From 4e041a3135b1187266215f259a140fcc3bcc5e4a Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 18 Jun 2012 19:50:30 -0600 Subject: [PATCH] .gitignore: add some more db related exclusions --- cde/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cde/.gitignore b/cde/.gitignore index d91dfea8..a075da57 100644 --- a/cde/.gitignore +++ b/cde/.gitignore @@ -47,3 +47,8 @@ installCDE.*.log # Makefiles (generated by Imakefiles) Makefile +# generated db files +databases/*\.db +databases/*\.tmp + + -- 2.25.1