Skip to content

Commit

Permalink
Remove .PMIRROR_HISTORY exclude
Browse files Browse the repository at this point in the history
I don't remember, what his was for, so remove it.
  • Loading branch information
donald committed Dec 14, 2022
1 parent 3c68d6c commit d7dae33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmirror.c
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,6 @@ static void master(char *master_path, char *target) {
g_ptr_array_add (EXCEPTS, "./.tags");
g_ptr_array_add (EXCEPTS, "./.PMIRROR_ENABLED");
g_ptr_array_add (EXCEPTS, "./.PMIRROR_STATUS");
g_ptr_array_add (EXCEPTS, "./.PMIRROR_HISTORY");
if (excepts) {
for (char **p = excepts; *p; p++) {
g_ptr_array_add (EXCEPTS, *p);
Expand Down

0 comments on commit d7dae33

Please sign in to comment.