From 23883973b8dd7f2edbb0d20bc15868c3dfd0fa01 Mon Sep 17 00:00:00 2001 From: Anders Bruun Severinsen <202204885@post.au.dk> Date: Thu, 14 Nov 2024 19:41:41 +0100 Subject: [PATCH] Added .gitignore --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..8f9565e --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# Ignore mac files +.DS_Store + +# Ignore build directory +out/* + +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.lol + +## Intermediate documents: +*.dvi +*-converted-to.* +# these rules might exclude image files for figures etc. +*.ps +# *.eps +*.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.brf +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +# makeidx +*.idx +*.ilg +*.ind +*.ist \ No newline at end of file