From c59b3c8618c0211481d142e107933d298d97abcf Mon Sep 17 00:00:00 2001 From: cfvgx Date: Thu, 17 Oct 2024 08:09:51 +0200 Subject: [PATCH] Used LaTeX-specific .gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4e7113 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Ignoring residue files from LaTeX compilation: +*.aux +*.bbl +*.bbl-SAVE-ERROR +*.bcf +*.bcf-SAVE-ERROR +*.blg +*.fdb_latexmk +*.fls +*.log +*.out +*.run.xml +*.synctex.gz +*.toc +*.synctex(busy) + +# Removing pdfs as well because they cause many issues especially with `git checkout` +*.pdf \ No newline at end of file