We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09ae3f commit 1b6b0e7Copy full SHA for 1b6b0e7
Makefile.pre.in
@@ -1772,6 +1772,7 @@ clean-retain-profile: pycremoval
1772
find . -name '*.[oa]' -exec rm -f {} ';'
1773
find . -name '*.s[ol]' -exec rm -f {} ';'
1774
find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
1775
+ find . -name '*.lst' -exec rm -f {} ';'
1776
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
1777
find build -name '*.py' -exec rm -f {} ';' || true
1778
find build -name '*.py[co]' -exec rm -f {} ';' || true
0 commit comments