Skip to content

Commit

Permalink
Remove .sortinc files in remove_temporary_files script
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 13, 2015
1 parent ad10b52 commit 45d6c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/remove_temporary_files.sh
Expand Up @@ -22,6 +22,7 @@
# Tim Sutton, May 2008
find . -name "*.orig" -delete
find . -name "*.prepare" -delete
find . -name "*.sortinc" -delete
find . -name "astyle*.diff" -delete
find . -name "*.astyle" -delete
find . -name "sha*.diff" -delete
Expand Down

0 comments on commit 45d6c04

Please sign in to comment.