From 2ba1ffe4d3aabbc98a5f984afca91fa3b023264c Mon Sep 17 00:00:00 2001 From: Qubasa Date: Sun, 22 Sep 2024 23:58:32 +0200 Subject: [PATCH] init master thesis template --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitignore 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