Skip to content

Commit

Permalink
Also remove *~ with remove_temporary_files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 2, 2016
1 parent 490236f commit d1cc6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/remove_temporary_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ find . -name "*.sortinc" -delete
find . -name "astyle*.diff" -delete
find . -name "*.astyle" -delete
find . -name "sha*.diff" -delete
find . -name "*~" -delete


0 comments on commit d1cc6cc

Please sign in to comment.