From eea9a6c035c6ba39d6b3c44048b1eb30e733df36 Mon Sep 17 00:00:00 2001 From: Clemens-Dautermann Date: Wed, 8 Sep 2021 08:08:09 +0200 Subject: [PATCH] added some LaTex related files to ..gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f05b511..93877e2 100755 --- a/.gitignore +++ b/.gitignore @@ -194,4 +194,11 @@ dmypy.json .pyre/ # End of https://www.gitignore.io/api/python,pycharm+all - *.pt \ No newline at end of file + *.pt + +# tex generated files +*.aux +*.bcf +*.synctex.gz +*.toc +*.pyg