Преглед изворни кода

Add Jython compiled class files to the Python ignore file.

Geoffrey Sneddon пре 10 година
родитељ
комит
a2a1ddb858
1 измењених фајлова са 1 додато и 0 уклоњено
  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