From 5063f2717e0f970ac16e4a82e41782a2639797a7 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 30 Dec 2019 20:19:02 +0100 Subject: [PATCH] Ignore log files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9740268..5dbf464 100644 --- a/.gitignore +++ b/.gitignore @@ -226,4 +226,7 @@ dmypy.json # End of https://www.gitignore.io/api/osx,pycharm,python *.secret -.idea \ No newline at end of file +.idea + +*.log +*.log.* \ No newline at end of file