From f6ae1e19c00d2b9e662ce85f2a43ba3229defa44 Mon Sep 17 00:00:00 2001 From: Lawrence Bethlenfalvy Date: Tue, 8 Nov 2022 17:33:57 +0000 Subject: [PATCH] perparing for LaTeX support --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..d5c51fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,10 @@ /target +*.aux +*.bbl +*.blg +*.fdb_latexmk +*.fls +*.log +*.out +*.pdf +*.gz \ No newline at end of file