From 10a55611f1ba04ea843f9b586eec6c182fdf58e4 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Fri, 8 May 2020 14:01:28 +0200 Subject: [PATCH] make autocompile clean up the git --- autocompile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autocompile.sh b/autocompile.sh index f794e44b..d2074bcb 100755 --- a/autocompile.sh +++ b/autocompile.sh @@ -9,6 +9,7 @@ cp config/main.tex . && \ ln -s config/autocompile.sh . +git gc --auto if [ $1 = clean ]; then rm -r *aux *log main.{i,g}* *toc *.ptc *.out svg-inkscape 2>/dev/null -- GitLab