From e50e81030bb1ad18a8bf6348557b2cce86dcbd72 Mon Sep 17 00:00:00 2001 From: Max Drexler <mndrexler@wisc.edu> Date: Wed, 3 Jul 2024 21:53:17 +0000 Subject: [PATCH] add log files to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a0885e0..316c46e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,virtualenv # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,python,virtualenv +# Our stuff +*.log + ### Vim ### ## Swap [._]*.s[a-v][a-z] -- GitLab