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
79
79
80
80
-x <pattern>::
81
81
--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.
84
85
85
86
-X <file>::
86
87
--exclude-from=<file>::
87
- exclude patterns are read from <file>; 1 per line.
88
+ Read exclude patterns from <file>; 1 per line.
88
89
89
90
--exclude-per-directory=<file>::
90
- read additional exclude patterns that apply only to the
91
+ Read additional exclude patterns that apply only to the
91
92
directory and its subdirectories in <file>.
92
93
93
94
--exclude-standard::
@@ -192,7 +193,7 @@ These exclude patterns come from these places, in order:
192
193
file containing a list of patterns. Patterns are ordered
193
194
in the same order they appear in the file.
194
195
195
- 3. command line flag --exclude-per-directory=<name> specifies
196
+ 3. The command line flag --exclude-per-directory=<name> specifies
196
197
a name of the file in each directory 'git ls-files'
197
198
examines, normally `.gitignore`. Files in deeper
198
199
directories take precedence. Patterns are ordered in the
You can’t perform that action at this time.
0 commit comments