Added another log glob, and ignoring any files from 2022

This commit is contained in:
Trey Blancher 2023-04-11 00:32:06 -04:00
parent 8f5e179918
commit c627ea0c3b
1 changed files with 10 additions and 8 deletions

18
.gitignore vendored
View File

@ -1,18 +1,20 @@
# Log files, and archives # Log files, and archives
*.xz *log
*.log *.log
*.tar
*.pyc *.pyc
*.sw* *.sw*
test.sh *.tar
test.py *.xz
work
timetracker.py-pre-incident-fixup
do_process.bak2017-11-06_file-test
2017* 2017*
2018* 2018*
2019* 2019*
2020* 2020*
2021* 2021*
staging 2022*
do_process.bak2017-11-06_file-test
rust/*/target/* rust/*/target/*
staging
test.py
test.sh
timetracker.py-pre-incident-fixup
work