From 5695fdb5047112a67468e32f1d95cd7949361c2b Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Fri, 3 Jan 2020 09:13:27 +0100 Subject: [PATCH] Ignore debug.log --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e55f7e6..f57a9e4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ /docs/_build/ /htmlcov/ /tmp/ -/toot-*.tar.gz \ No newline at end of file +/toot-*.tar.gz +debug.log