From ed0de3e7081979246c9db0b0bcd35b3290749ef3 Mon Sep 17 00:00:00 2001 From: Kees van Kempen Date: Mon, 14 Feb 2022 09:36:28 +0100 Subject: [PATCH] Add initial .gitignore for LaTeX and ass1 --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e317629 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# LaTeX stuff +## Stolen from my bachelor internship. +## Core latex/pdflatex auxiliary files: +# From https://github.com/github/gitignore/blob/master/TeX.gitignore +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb +*.fdb_latexmk + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" +.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.synctex.gz + +# ffuts XeTaL + +# Assignment 1 +sc_elements.pdf