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