Skip to content

Commit b369b20

Browse files
committed
remove_temporary_files.sh: add .new from addcopyrights.sh
1 parent 216623f commit b369b20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/remove_temporary_files.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ find . \
3333
-o -name "*.bak" \
3434
-o -name "*.rej" \
3535
-o -name "*.orig" \
36+
-o -name "*.new" \
3637
-o -name "*~" \
3738
\) \
3839
-print \

0 commit comments

Comments
 (0)