ignoredΒΆ

Purpose:

List ignored files and the patterns that matched them.

Usage:

bzr ignored

Options:
--usage

Show usage message and options.

-d ARG, --directory=ARG
 

Branch to operate on, instead of working directory.

-q, --quiet

Only display errors and warnings.

-v, --verbose

Display more information.

-h, --help

Show help message.

Description:

List all the ignored files and the ignore pattern that caused the file to be ignored.

Alternatively, to list just the files:

bzr ls --ignored
See also:

ignore, ls

Previous topic

ignore

Next topic

info

This Page