Skip to content

Commit e55b933

Browse files
committed
updated Makefile.in
1 parent 572eb74 commit e55b933

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: Makefile.in

+5
Original file line numberDiff line numberDiff line change
@@ -863,3 +863,8 @@ repos:
863863
printf '\n## More Core Repos\n\n<!-- OTHER_REPOS_START -->\n\n<!-- OTHER_REPOS_END -->\n' >> README.md; \
864864
fi; \
865865
markdown_replace_repos.sh
866+
867+
mac-exclude-backups:
868+
for path in $(MAC_TIME_MACHINE_BACKUP_EXCLUDE_PATHS); do \
869+
sudo tmutil addexclusion -p "$path"
870+
done

0 commit comments

Comments
 (0)