diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-06-11 16:21:50 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-18 14:43:12 -0400 |
commit | 28b538b69dd44b5f4ea595059612115069ace96b (patch) | |
tree | 52afc51ac4238c28defe81c291c961ea40ec61b5 /dts | |
parent | 3eb0fa4c93894fcc6afe628e44c3fd0c52bea473 (diff) | |
download | u-boot-28b538b69dd44b5f4ea595059612115069ace96b.zip u-boot-28b538b69dd44b5f4ea595059612115069ace96b.tar.gz u-boot-28b538b69dd44b5f4ea595059612115069ace96b.tar.bz2 |
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Follow Linux commit 10b62a2f785a (".gitignore: move *.dtb and *.dtb.S
patterns to the top-level .gitignore").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'dts')
-rw-r--r-- | dts/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dts/.gitignore b/dts/.gitignore deleted file mode 100644 index 1b37180..0000000 --- a/dts/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.dtb -*.dtb.S |