Jython support - handle *.class files

This commit is contained in:
Yen Chi Hsuan 2016-02-21 03:29:49 +08:00
parent c1c05c67ea
commit 101067de12
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.pyc
*.pyo
*.class
*~
*.DS_Store
wine-py2exe/
@ -32,4 +33,4 @@ test/testdata
.tox
youtube-dl.zsh
.idea
.idea/*
.idea/*