Browse Source

Add Jython compiled class files to the Python ignore file.

Geoffrey Sneddon 10 năm trước cách đây
mục cha
commit
a2a1ddb858
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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