ignore jython generated files, explicitely support jython2.7
This commit is contained in:
parent
6bdb7abfce
commit
76ee7347c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
Makefile
|
Makefile
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
*.so
|
*.so
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Changes with version
|
Changes with version
|
||||||
|
|
||||||
*) Added support for Python 3.4
|
*) Added support for Python 3.4 and Jython 2.7
|
||||||
|
|
||||||
|
|
||||||
Changes with version 1.0.2
|
Changes with version 1.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user