From 599db23b9921b60fb1d7831dbb5ba26dc33fc7e2 Mon Sep 17 00:00:00 2001 From: peschkano100048 Date: Sat, 9 May 2026 14:32:13 +0200 Subject: [PATCH] =?UTF-8?q?gitignore=20hinzugef=C3=BCgt.=20alle=20dateien?= =?UTF-8?q?=20au=C3=9Fer=20.tex=20werden=20von=20git=20ignoriert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..47eb510 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file