From 76679fab605d405b6c0ab90ace47f69bba4ae253 Mon Sep 17 00:00:00 2001 From: kuchyx Date: Fri, 25 Nov 2022 23:27:31 +0100 Subject: [PATCH] feat: gitignore latex --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6769e21d..559783ad 100644 --- a/.gitignore +++ b/.gitignore @@ -157,4 +157,12 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ + +# LaTeXa +*.aux +*.fdb_latexmk +*.fls +*.log +*.synctex.gz +*.xdv \ No newline at end of file