Exclude VCS directory with writing from an archive

See https://savannah.gnu.org/bugs/?62859
This commit is contained in:
Anton Makrushin
2023-04-18 10:50:57 +03:00
committed by Sergey Poznyakoff
parent 4177c98bcc
commit 4f814e0e4c
4 changed files with 93 additions and 1 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ handle_file_selection_option (int key, const char *arg)
break;
case EXCLUDE_VCS_OPTION:
add_exclude_array (vcs_file_table, 0);
add_exclude_array (vcs_file_table, FNM_LEADING_DIR);
break;
case EXCLUDE_VCS_IGNORES_OPTION: