gitignore hinzugefügt. alle dateien außer .tex werden von git ignoriert

This commit is contained in:
Noah Peschka 2026-05-09 14:32:13 +02:00
parent 5dc7d22cb3
commit 599db23b99

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
## Core latex/pdflatex auxiliary files
*.aux
*.fdb_latexmk
*.fls
*.log
*.out
*.toc
*.synctex.gz
## Bibliography auxiliary files (if you use biblatex/natbib)
*.bbl
*.bcf
*.blg
*.run.xml
## Lists of figures, tables, etc.
*.lof
*.lot
## If you want to ignore the final PDF as well (recommended)
# *.pdf
## Exception: Keep important PDFs (like your Deckblatt.pdf)
!Deckblatt.pdf