mirror of
https://github.com/github/gitignore
synced 2024-11-25 13:14:21 +01:00
Add Jython compiled class files to the Python ignore file.
This commit is contained in:
parent
77e29837cf
commit
a2a1ddb858
@ -1,6 +1,7 @@
|
|||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
Loading…
Reference in New Issue
Block a user