From 46840801af59aa31a0f923559f2d43f09aeb74cb Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Tue, 16 Sep 2025 10:34:09 +0530 Subject: [PATCH] Update setupFiles/install.sh --- setupFiles/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupFiles/install.sh b/setupFiles/install.sh index 9b15ce4..3409318 100644 --- a/setupFiles/install.sh +++ b/setupFiles/install.sh @@ -19,7 +19,7 @@ if test -f ".gitignore"; then echo Configuring AutoLTX for this project else # Creating .gitignore file - printf 'pdf/\nlatexmkrc\ncompile.sh\n' >> .gitignore + printf 'pdf/\nlatexmkrc\ncompile.sh\n.autoltx\noutput.pdf\n' >> .gitignore touch .autoltx fi