From 9ece860bcc695d56774c67a4e493867afa3f773e Mon Sep 17 00:00:00 2001 From: const-subject Date: Mon, 3 Sep 2018 22:33:55 +0300 Subject: [PATCH] .gitignore: Add ingore logs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38fb3eb..2940de9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -release/data/* \ No newline at end of file +release/data/* +**.log \ No newline at end of file