From 76ee7347c348879c7f7c98912cea94b1f04ccf56 Mon Sep 17 00:00:00 2001 From: ndparker Date: Sun, 9 Feb 2014 17:00:31 +0100 Subject: [PATCH] ignore jython generated files, explicitely support jython2.7 --- .gitignore | 1 + docs/CHANGES | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 637b98d..d23be39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ Makefile *.py[cod] +*$py.class *.so dist build diff --git a/docs/CHANGES b/docs/CHANGES index de5b5d8..5c85101 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -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