From f0279a6866e4b7aee64da734e0e6975c3834d1b2 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 8 Oct 2020 17:58:04 -0700 Subject: [PATCH] Ignore the entire logs directory. We use a rotating log handler, so we generate more than just the one file. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c7d79f3..1bf595f6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ tests/** /liberation_preferences.json /state.json -logs/liberation.log +logs/ qt_ui/logs/liberation.log