From 3546f84c6d13224daad9744309a880f92009bdc3 Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Sun, 27 Apr 2014 15:46:55 +0200 Subject: [PATCH] ignore *.pyc files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd6dd4ad..58549bc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ tmp/ -log/ \ No newline at end of file +log/ +*.pyc \ No newline at end of file