From 72ce6e702a2bdd24fe9de69f7b388e6487dfd0a5 Mon Sep 17 00:00:00 2001
From: Max Drexler <mndrexler@wisc.edu>
Date: Mon, 8 Jul 2024 14:19:10 +0000
Subject: [PATCH] gitignore ignores time log files

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 316c46e..4ddc931 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
 # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,python,virtualenv
 
 # Our stuff
-*.log
+*.log.*
 
 ### Vim ###
 ## Swap
-- 
GitLab