From a2a1ddb858c4ff66373a16d4a056281961cb2b52 Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Tue, 28 Apr 2015 19:41:00 +0100 Subject: [PATCH] Add Jython compiled class files to the Python ignore file. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ba746605..a65d0466 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,6 +1,7 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] +*$py.class # C extensions *.so