diff options
| author | Masahiro Yamada <[email protected]> | 2021-04-30 11:03:08 +0900 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2021-05-02 00:43:35 +0900 |
| commit | 9009b455811b0fa1f6b0adfa94db136984db5a38 (patch) | |
| tree | ebe313301423019e596073d3c14d86ef91ddae94 /scripts/dtc | |
| parent | 77a88274dc1a2cf3a775161d9a3242bc798ee680 (diff) | |
.gitignore: prefix local generated files with a slash
The pattern prefixed with '/' matches files in the same directory,
but not ones in sub-directories.
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Miguel Ojeda <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Andra Paraschiv <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Gabriel Krisman Bertazi <[email protected]>
Diffstat (limited to 'scripts/dtc')
| -rw-r--r-- | scripts/dtc/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore index 8a8b62bf3d3c..e0b5c1d2464a 100644 --- a/scripts/dtc/.gitignore +++ b/scripts/dtc/.gitignore @@ -1,3 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only -dtc -fdtoverlay +/dtc +/fdtoverlay |