added __pycache__ to template .gitignore

This commit is contained in:
Martinez 2015-06-11 11:51:31 +02:00
parent ec98b0cde8
commit d3ea4764e3

View file

@ -8,7 +8,7 @@ elif [[ -n "$1" ]]; then
ln -s "$OVER_DIR"
cp "$OVER_DIR/template.py" "$1"
chmod +x "$1"
echo "over" >> .gitignore
echo "over\n__pycache__" >> .gitignore
else
echo '!! Missing argument (program name).'
fi