From 81f86f07702b2a78e2f5d83862a2d78d5104d517 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Tue, 9 Sep 2025 10:29:00 +0530 Subject: [PATCH] add output to gitignore --- setupFiles/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setupFiles/install.sh b/setupFiles/install.sh index f710023..a506a9d 100644 --- a/setupFiles/install.sh +++ b/setupFiles/install.sh @@ -14,6 +14,7 @@ if test -f ".gitignore"; then grep -qxF 'latexmkrc' .gitignore || echo 'latexmkrc' >> .gitignore grep -qxF 'compile.sh' .gitignore || echo 'compile.sh' >> .gitignore grep -qxF '.autoltx' .gitignore || echo '.autoltx' >> .gitignore + grep -qxF 'output.pdf' .gitignore || echo 'output.pdf' >> .gitignore touch .autoltx echo Configuring AutoLTX for this project else