mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Remove .pyo files like .pyc files.
This commit is contained in:
parent
cf809d6e48
commit
7eecc246a7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ all:
|
|||
@echo Nothing to make in this directory.
|
||||
|
||||
clean:
|
||||
find . '(' -name '*.pyc' -o -name '*.fdc' \
|
||||
find . '(' -name '*.py[co]' -o -name '*.fdc' \
|
||||
-o -name core -o -name '*~' \
|
||||
-o -name '[@,#]*' -o -name '*.old' \
|
||||
-o -name '*.orig' -o -name '*.rej' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue