ignore jython generated files, explicitely support jython2.7

This commit is contained in:
ndparker 2014-02-09 17:00:31 +01:00
parent 6bdb7abfce
commit 76ee7347c3
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
Makefile
*.py[cod]
*$py.class
*.so
dist
build

View File

@ -1,6 +1,6 @@
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