File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ OPTIONS
119
119
120
120
--exclude-per-directory=<file>::
121
121
Read additional exclude patterns that apply only to the
122
- directory and its subdirectories in <file>.
122
+ directory and its subdirectories in <file>. Deprecated; use
123
+ --exclude-standard instead.
123
124
124
125
--exclude-standard::
125
126
Add the standard Git exclusions: .git/info/exclude, .gitignore
@@ -291,7 +292,9 @@ traversing the directory tree and finding files to show when the
291
292
flags --others or --ignored are specified. linkgit:gitignore[5]
292
293
specifies the format of exclude patterns.
293
294
294
- These exclude patterns come from these places, in order:
295
+ Generally, you should just use --exclude-standard, but for historical
296
+ reasons the exclude patterns can be specified from the following
297
+ places, in order:
295
298
296
299
1. The command-line flag --exclude=<pattern> specifies a
297
300
single pattern. Patterns are ordered in the same order
You can’t perform that action at this time.
0 commit comments