From fd3a53ba924cae0796bc6080e491e75dd976d42a Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Thu, 3 Jan 2013 04:38:31 -0300 Subject: Added python cache to gitignore too, here has ben created boot Signed-off-by: Pablo Lezaeta --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index cbbd875..70f1c82 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,8 @@ /ponysay.pgs /ponysay.vrs +## Python cache files +## For a misterious force, Those has ben created here + +__pycache__/ +*.pyc -- cgit