From 101e21d5682d61a0d356807991fe394a56a68789 Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Sun, 5 Apr 2026 14:58:29 +0200 Subject: [PATCH] Add: TeX to gitignore --- .gitignore | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56624a0..7637ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -122,4 +122,29 @@ $RECYCLE.BIN/ ## bin bin/ -gradle.properties \ No newline at end of file +gradle.properties + +# LaTeX (TeX) +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync +*.rubbercache +rubber.cache