File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,11 @@ precedence, the last matching pattern decides the outcome):
27
27
them.
28
28
29
29
* Patterns read from a `.gitignore` file in the same directory
30
- as the path, or in any parent directory, with patterns in the
31
- higher level files (up to the toplevel of the work tree) being overridden
32
- by those in lower level files down to the directory containing the file.
33
- These patterns match relative to the location of the
34
- `.gitignore` file. A project normally includes such
35
- `.gitignore` files in its repository, containing patterns for
30
+ as the path, or in any parent directory (up to the top-level of the working
31
+ tree), with patterns in the higher level files being overridden by those in
32
+ lower level files down to the directory containing the file. These patterns
33
+ match relative to the location of the `.gitignore` file. A project normally
34
+ includes such `.gitignore` files in its repository, containing patterns for
36
35
files generated as part of the project build.
37
36
38
37
* Patterns read from `$GIT_DIR/info/exclude`.
You can’t perform that action at this time.
0 commit comments