From d3ea4764e3d1fcaa2b7ca2fe5b86f16dc1b4887a Mon Sep 17 00:00:00 2001 From: Martinez Date: Thu, 11 Jun 2015 11:51:31 +0200 Subject: [PATCH] added __pycache__ to template .gitignore --- deploy-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-template.sh b/deploy-template.sh index 671c18c..893f317 100755 --- a/deploy-template.sh +++ b/deploy-template.sh @@ -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