commit 2ba1ffe4d3aabbc98a5f984afca91fa3b023264c Author: Qubasa Date: Sun Sep 22 23:58:32 2024 +0200 init master thesis template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68efdfe --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# LaTeX intermediate and output files +*.aux +*.bbl +*.blg +*.brf +*.log +*.nav +*.out +*.snm +*.toc +*.vrb +*.fls +*.fdb_latexmk +*.lof +*.lot +*.run.xml + +# SyncTeX files +*.synctex.gz +*.synctex(busy) + +# PDF files +*.pdf + +# Temporary files +*.tmp +*.bak +*.backup +*~ + +# Editor backup files +*.swp +*.swo +*.DS_Store + +# Directory for auxiliary files created by latexmk +latexmk/ \ No newline at end of file