X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fupdate.c;h=05c68f3e317838ade05e3cd045059244e4ea10e6;hb=3c47b1f080221d8c4bf8aadcefa446901239ba3c;hp=5982b9ffe313976a51ed5f993144b31f9198e033;hpb=4dd9bd50bdcf78b6fbe86cb1153579d3fe57334b;p=chaz%2Ftar diff --git a/src/update.c b/src/update.c index 5982b9f..05c68f3 100644 --- a/src/update.c +++ b/src/update.c @@ -188,6 +188,8 @@ update_archive (void) while (path = name_from_list (), path) { + if (excluded_name (path)) + continue; if (interactive_option && !confirm ("add", path)) continue; if (subcommand_option == CAT_SUBCOMMAND)