Sfoglia il codice sorgente

Add Jython compiled class files to the Python ignore file.

Geoffrey Sneddon 10 anni fa
parent
commit
a2a1ddb858
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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