Update .gitignore

This commit is contained in:
netravnen 2023-11-25 22:05:24 +01:00
parent bcb8c049e5
commit c4037d869a
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored
View File

@ -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