sigempty what means?

I came across in the sigemptyset() posix system call and I also checked out its meaning.
Every place where I looked say:

int sigemptyset(sigset_t *set):
initializes the signal set that set points to exclude all signals that the system defines.

What does exlclude mean ?
Thank you in advance

Disable all signals. See also man sigsetops