Skip to content

Commit 9338692

Browse files
mjfitzpatrickolebole
authored andcommitted
added .tar and .tgz files to default exclusion list
1 parent 36dc16d commit 9338692

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unix/boot/rmbin/rmbin.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ main (int argc, char *argv[])
7474
excl[ex++] = ".txt";
7575
excl[ex++] = ".fits";
7676
excl[ex++] = ".fz";
77+
excl[ex++] = ".tar";
78+
excl[ex++] = ".tgz";
7779

7880
for (argno=1; (argp = argv[argno]) != NULL; argno++)
7981
if (*argp == '-') {

0 commit comments

Comments
 (0)