]> source.dussan.org Git - gitignore.git/commitdiff
Add Jython compiled class files to the Python ignore file.
authorGeoffrey Sneddon <geoffers@gmail.com>
Tue, 28 Apr 2015 18:41:00 +0000 (19:41 +0100)
committerGeoffrey Sneddon <geoffers@gmail.com>
Tue, 28 Apr 2015 18:41:00 +0000 (19:41 +0100)
Python.gitignore

index ba74660506d90c514ee1d32bf4eb5ecb0af14075..a65d04669c3dd34cfd1f4778e26734202f791bc2 100644 (file)
@@ -1,6 +1,7 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
+*$py.class
 
 # C extensions
 *.so