Pārlūkot izejas kodu

Merge pull request #1493 from gsnedders/jython-python

Merge the two Python ignore files
Carl Suster 10 gadi atpakaļ
vecāks
revīzija
4948d863fd
2 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 0 2
      Jython.gitignore
  2. 1 0
      Python.gitignore

+ 0 - 2
Jython.gitignore

@@ -1,2 +0,0 @@
-*.pyc
-*.class

+ 1 - 0
Python.gitignore

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