From 04aa772893075abbc8a74203bf1df9d078861cd3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 1 Mar 2024 22:50:38 +0200 Subject: [PATCH] Gitignore: Add aux --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2a0671..2ed08a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +aux/ +*.pdf + +# In case you are not using latexmk with the output directory set: *.aux *.bbl *.blg @@ -5,7 +9,6 @@ *.log *.lot *.out -*.pdf *.toc *.xmpdata *.xmpi -- 2.39.2