1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 16:30:13 +02:00

Add Jython compiled class files to the Python ignore file.

This commit is contained in:
Geoffrey Sneddon 2015-04-28 19:41:00 +01:00
parent 77e29837cf
commit a2a1ddb858

View File

@ -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