Skip to content

Commit 8db94fc

Browse files
committed
Also remove astyle*.diff and sha*.diff files
1 parent f9387ca commit 8db94fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/remove_temporary_files.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
###########################################################################
3-
# remove_temporary_files.sh
3+
# remove_git_confict_files.sh
44
# ---------------------
55
# Date : April 2012
66
# Copyright : (C) 2012 by Tim Sutton
@@ -21,3 +21,7 @@
2121
# Tim Sutton, May 2008
2222
find . -name "*.orig" -exec rm -rf {} \;
2323
find . -name "*.prepare" -exec rm -rf {} \;
24+
find . -name "astyle*.diff" -exec rm -rf {} \;
25+
find . -name "sha*.diff" -exec rm -rf {} \;
26+
27+

0 commit comments

Comments
 (0)