Navigation Menu

Skip to content

Commit

Permalink
remove_temporary_files should also remove .temp files
Browse files Browse the repository at this point in the history
(cherry picked from commit c7ee6e9)
  • Loading branch information
nyalldawson committed Dec 20, 2019
1 parent ddfd06b commit 77cd431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/remove_temporary_files.sh
Expand Up @@ -35,6 +35,7 @@ find . \
-o -name "*.rej" \
-o -name "*.orig" \
-o -name "*.new" \
-o -name "*.temp" \
-o -name "*~" \
\) \
-print \
Expand Down

0 comments on commit 77cd431

Please sign in to comment.