VCS ignore files.
> ‘--exclude-vcs-ignores’
> Exclude files that match patterns read from VCS-specific ignore
> files. Supported files are: ‘.cvsignore’, ‘.gitignore’,
> ‘.bzrignore’, and ‘.hgignore’. The semantics of each file is the
> same as for the corresponding VCS, e.g. patterns read from
> ‘.gitignore’ affect the directory and all its subdirectories.
Thanks.