added __pycache__ to template .gitignore
This commit is contained in:
parent
ec98b0cde8
commit
d3ea4764e3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ elif [[ -n "$1" ]]; then
|
||||||
ln -s "$OVER_DIR"
|
ln -s "$OVER_DIR"
|
||||||
cp "$OVER_DIR/template.py" "$1"
|
cp "$OVER_DIR/template.py" "$1"
|
||||||
chmod +x "$1"
|
chmod +x "$1"
|
||||||
echo "over" >> .gitignore
|
echo "over\n__pycache__" >> .gitignore
|
||||||
else
|
else
|
||||||
echo '!! Missing argument (program name).'
|
echo '!! Missing argument (program name).'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue