From a880e7c7977df523c93d98c68dd9671fc877b4a4 Mon Sep 17 00:00:00 2001 From: Zeb McCorkle Date: Thu, 17 Mar 2016 12:38:39 -0500 Subject: [PATCH] Ignore all log files, even in folders --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be1b1acc..fc82df44 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ __pycache__/ *.py[cod] # Log files -*.log +**/*.log # Hidden files .* @@ -16,4 +16,4 @@ data/* *.db # Virtualenv -env/* \ No newline at end of file +env/*