ignore cache files generated by python3 and jython.

This commit is contained in:
Yamashita Yuu
2012-09-28 12:33:31 +09:00
parent edc686ad7f
commit ed5f3eef77

6
.gitignore vendored
View File

@@ -1,4 +1,6 @@
*.pyc
*.pyo
/libexec/*.class
/libexec/*.pyc
/libexec/*.pyo
/libexec/__pycache__
*.swo
*.swp