From c627ea0c3b5482ed7c3db952298cc2fc133fc515 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Tue, 11 Apr 2023 00:32:06 -0400 Subject: [PATCH] Added another log glob, and ignoring any files from 2022 --- .gitignore | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ee0896e..34b963c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,20 @@ # Log files, and archives -*.xz +*log *.log -*.tar *.pyc *.sw* -test.sh -test.py -work -timetracker.py-pre-incident-fixup -do_process.bak2017-11-06_file-test +*.tar +*.xz 2017* 2018* 2019* 2020* 2021* -staging +2022* +do_process.bak2017-11-06_file-test rust/*/target/* +staging +test.py +test.sh +timetracker.py-pre-incident-fixup +work