Update setupFiles/install.sh

This commit is contained in:
2025-09-16 10:34:09 +05:30
parent 2020af6c4a
commit 46840801af

View File

@@ -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