From d0abd927f520732e51c1733b7cc021cf0439bf9b Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 12 May 2017 18:46:49 +0100 Subject: [PATCH] .gitignore: Ignore log files Signed-off-by: Andrei Gherzan --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bd5616a..7909d50 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build* .*.swp *.orig *.rej +*.log