From 7de1e311347d11a2e6aab5ca2279582793801a3e Mon Sep 17 00:00:00 2001 From: "a.ott" Date: Thu, 9 Jul 2020 14:03:14 +0200 Subject: [PATCH] include latex compilation files --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f80ba3..8f224eb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,10 @@ __pycache__/ .idea/ /results/ -/test_routines/ \ No newline at end of file +/test_routines/ +# Latex output files +*.out +*.aux +*.log +*.synctex.gz +*.toc \ No newline at end of file