Remove .pyo files like .pyc files.
This commit is contained in:
parent
cf809d6e48
commit
7eecc246a7
|
@ -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…
Reference in New Issue