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

add gitignore to default setup

parent 22b8b4c4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
# If you're setting up:
[ ! -e main.tex ] && [ -e config/main.tex ] && \
cp config/main.tex . && \
ln -s config/autocompile.sh .
ln -s config/autocompile.sh . && \
ln -s config/.gitignore .
git gc --auto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment