dot files

Hi, everyone.

I'm now using rsync command, and please tell me what is the wildcard for below looks like.
I want to chose dotfiles, such as

.ipod
.apple

but i don't want to chose

.

and

..

------------------

.*

doesn't work, of course.

Thanks,
Euler04

Try using

.[a-z0-9]*

I was fool.
Thank you for your help.

Euler04