From 0b02644b64de8aac6bd2a503bbccb4d5ef2cf8b0 Mon Sep 17 00:00:00 2001 From: Julius Freudenberger Date: Sat, 20 Sep 2025 19:03:50 +0200 Subject: [PATCH] Add more file endings to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 33cd122..5e230db 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,10 @@ # latexrun latex.out/ +## Files from failed runs +*.bbl-SAVE-ERROR +*.bcf-SAVE-ERROR + ## Auxiliary and intermediate files from other packages: # algorithms *.alg @@ -121,7 +125,7 @@ acs-*.bib *.sls # uncomment this for glossaries-extra (will ignore makeindex's style files!) -# *.ist +*.ist # gnuplot *.gnuplot