.gitignore: add .pyc and .pyo files.
This commit is contained in:
@@ -8,3 +8,7 @@ build/user_config_headers
|
|||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
conf.sh
|
conf.sh
|
||||||
|
|
||||||
|
# compiled/optimized Python
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
|||||||
Reference in New Issue
Block a user