technischeDoku/.gitignore

42 lines
423 B
Plaintext

# LaTeX-Hilfsdateien
*.aux
*.log
*.out
*.toc
*.lof
*.lot
*.bbl
*.bcf
*.blg
*.run.xml
*.synctex.gz
*.fls
*.fdb_latexmk
# Glossaries (vom Template, falls genutzt)
*.glo
*.ist
*.acn
*.gls
*.acr
*.alg
*.glg
*.ind
*.ilg
*.idx
# Generierte Auswertungsoutputs sind reproduzierbar -> nicht versionieren
plot.pdf
tabelle.tex
werte.tex
# Demo-Repo (von build_history.sh erzeugt)
repo/
# Python
__pycache__/
*.pyc
# OS
.DS_Store