From ed5f3eef77b208b8029490d43cd940ff205482ab Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Fri, 28 Sep 2012 12:33:31 +0900 Subject: [PATCH] ignore cache files generated by python3 and jython. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02ff422..a097bf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -*.pyc -*.pyo +/libexec/*.class +/libexec/*.pyc +/libexec/*.pyo +/libexec/__pycache__ *.swo *.swp