File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -79,15 +79,16 @@ OPTIONS
7979
8080-x <pattern>::
8181--exclude=<pattern>::
82- Skips files matching pattern.
83- Note that pattern is a shell wildcard pattern.
82+ Skip untracked files matching pattern.
83+ Note that pattern is a shell wildcard pattern. See EXCLUDE PATTERNS
84+ below for more information.
8485
8586-X <file>::
8687--exclude-from=<file>::
87- exclude patterns are read from <file>; 1 per line.
88+ Read exclude patterns from <file>; 1 per line.
8889
8990--exclude-per-directory=<file>::
90- read additional exclude patterns that apply only to the
91+ Read additional exclude patterns that apply only to the
9192 directory and its subdirectories in <file>.
9293
9394--exclude-standard::
@@ -192,7 +193,7 @@ These exclude patterns come from these places, in order:
192193 file containing a list of patterns. Patterns are ordered
193194 in the same order they appear in the file.
194195
195- 3. command line flag --exclude-per-directory=<name> specifies
196+ 3. The command line flag --exclude-per-directory=<name> specifies
196197 a name of the file in each directory 'git ls-files'
197198 examines, normally `.gitignore`. Files in deeper
198199 directories take precedence. Patterns are ordered in the
You can’t perform that action at this time.
0 commit comments