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 216623f commit b369b20Copy full SHA for b369b20
1 file changed
scripts/remove_temporary_files.sh
@@ -33,6 +33,7 @@ find . \
33
-o -name "*.bak" \
34
-o -name "*.rej" \
35
-o -name "*.orig" \
36
+ -o -name "*.new" \
37
-o -name "*~" \
38
\) \
39
-print \
0 commit comments