Skip to content
Snippets Groups Projects
Commit 10a55611 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

make autocompile clean up the git

parent baddae94
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
cp config/main.tex . && \ cp config/main.tex . && \
ln -s config/autocompile.sh . ln -s config/autocompile.sh .
git gc --auto
if [ $1 = clean ]; then if [ $1 = clean ]; then
rm -r *aux *log main.{i,g}* *toc *.ptc *.out svg-inkscape 2>/dev/null rm -r *aux *log main.{i,g}* *toc *.ptc *.out svg-inkscape 2>/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment