diff options
author | Rob Herring <robh@kernel.org> | 2021-02-24 00:12:52 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-02-24 01:48:40 +0300 |
commit | c3476d2f2b1dcda2f089412e5844bf4f93c19229 (patch) | |
tree | cebd7873a92b3a08d276f0613574db706df0a59a /scripts/dtc/.gitignore | |
parent | f6e1e1d1e149802ed4062fa514c2d184d30aacdf (diff) | |
download | linux-c3476d2f2b1dcda2f089412e5844bf4f93c19229.tar.xz |
scripts/dtc: Add missing fdtoverlay to gitignore
Commit 0da6bcd9fcc0 ("scripts: dtc: Build fdtoverlay tool") enabled
building fdtoverlay, but failed to add it to .gitignore.
Also add a note to keep hostprogs in sync with .gitignore.
Fixes: 0da6bcd9fcc0 ("scripts: dtc: Build fdtoverlay tool")
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'scripts/dtc/.gitignore')
-rw-r--r-- | scripts/dtc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore index b814e6076bdb..8a8b62bf3d3c 100644 --- a/scripts/dtc/.gitignore +++ b/scripts/dtc/.gitignore @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only dtc +fdtoverlay |