diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-05-20 14:18:22 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-28 08:18:20 -0400 |
commit | 15b8973cdf5c772980973d275e3dd781b9dc01e0 (patch) | |
tree | 3529a2fb9001f84f76302fa7c615e16390b3cfdd | |
parent | 4839836a124ea04e5867edf3db3bfb02cfa8d760 (diff) | |
download | u-boot-imx-15b8973cdf5c772980973d275e3dd781b9dc01e0.zip u-boot-imx-15b8973cdf5c772980973d275e3dd781b9dc01e0.tar.gz u-boot-imx-15b8973cdf5c772980973d275e3dd781b9dc01e0.tar.bz2 |
powerpc: gitignore: ignore PowerPC DTBs
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | arch/powerpc/dts/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/dts/.gitignore b/arch/powerpc/dts/.gitignore new file mode 100644 index 0000000..b60ed20 --- /dev/null +++ b/arch/powerpc/dts/.gitignore @@ -0,0 +1 @@ +*.dtb |