From 5c38003399a746bc3e74f34f80494e000b0303d5 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Mon, 12 Oct 2020 08:23:38 -0400 Subject: [PATCH] Add basic LaTeX ignores to Python gitignore --- languages/python.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/languages/python.gitignore b/languages/python.gitignore index 428028d..21ea9d5 100644 --- a/languages/python.gitignore +++ b/languages/python.gitignore @@ -3,7 +3,7 @@ # See https://git-scm.com/docs/gitignore for documentation. # # https://git.brandon-rodriguez.com/other/gitignore - # Version 1.0.1 + # Version 1.1 ## @@ -37,3 +37,10 @@ vscode/ [Ll]ogs/ *.log *.log.* + + +# Ignore generated LaTeX files. +.~lock.* +*.aux +*.synctex +*.synctex.gz -- GitLab