NAME
bk extras − list extra files not under revision
control
SYNOPSIS
bk extras [−a] [dir]
DESCRIPTION
The bk extras command finds files which are not under
revision control and are not listed in the ignore file.
The default behavior is to find all extra files in the entire tree; this can be changed by specifying a subdirectory like so
bk extras .
The default behavior is to respect the ignore file; this can be changed by adding the −a flag like so
bk extras -a #
find all extra files in entire repo
bk extras -a . # find all extra files at or below
"."
SEE ALSO
bk-ignore, bk-gfiles
CATEGORY
File