Parcourir la source

Add Jython compiled class files to the Python ignore file.

Geoffrey Sneddon il y a 10 ans
Parent
commit
a2a1ddb858
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

@@ -1,6 +1,7 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
+*$py.class
 
 # C extensions
 *.so