From c4037d869a24abaa19c2ed35a521e916b1bff750 Mon Sep 17 00:00:00 2001 From: Chriztoffer Date: Sat, 25 Nov 2023 22:05:24 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index b937d36..f4c088c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ +## Archive formats *.gz + +## Document formats + +## LaTeX exceptions *.aux *.ist *.acn @@ -7,9 +12,15 @@ *.lof *.synctex(busy) *.toc +*.lot *.out latexmkrc +!main.tex /main.* /*.log + +# Editors .vscode + +# Python .venv