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 9d0d266 commit 44ad281Copy full SHA for 44ad281
scripts/remove-stale-files
@@ -20,22 +20,4 @@ set -e
20
# yard. Stale files stay in this file for a while (for some release cycles?),
21
# then will be really dead and removed from the code base entirely.
22
23
-rm -f arch/powerpc/purgatory/kexec-purgatory.c
24
-rm -f arch/riscv/purgatory/kexec-purgatory.c
25
-rm -f arch/x86/purgatory/kexec-purgatory.c
26
-
27
-rm -f scripts/extract-cert
28
29
-rm -f scripts/kconfig/[gmnq]conf-cfg
30
31
-rm -f rust/target.json
32
33
-rm -f scripts/bin2c
34
35
-rm -f .scmversion
36
37
-rm -rf include/ksym
38
39
-find . -name '*.usyms' | xargs rm -f
40
41
rm -f *.spec
0 commit comments