diff --git a/Jython.gitignore b/Jython.gitignore deleted file mode 100644 index e7de4f1a6913bce229f062f63826ee8f6a15a464..0000000000000000000000000000000000000000 --- a/Jython.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.pyc -*.class diff --git a/Python.gitignore b/Python.gitignore index ba74660506d90c514ee1d32bf4eb5ecb0af14075..a65d04669c3dd34cfd1f4778e26734202f791bc2 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,6 +1,7 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] +*$py.class # C extensions *.so