From: Masahiro Yamada Date: Mon, 11 Jun 2018 07:21:50 +0000 (+0900) Subject: .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore X-Git-Tag: v2018.07-rc2~26 X-Git-Url: https://git.sur5r.net/?p=u-boot;a=commitdiff_plain;h=28b538b69dd44b5f4ea595059612115069ace96b .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 --- diff --git a/.gitignore b/.gitignore index 4d4c48686f..6bb0adefa7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ *.a *.bin *.cfgtmp +*.dtb +*.dtb.S *.elf *.exe *.gcda diff --git a/arch/arc/dts/.gitignore b/arch/arc/dts/.gitignore deleted file mode 100644 index b60ed208c7..0000000000 --- a/arch/arc/dts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.dtb diff --git a/arch/arm/dts/.gitignore b/arch/arm/dts/.gitignore deleted file mode 100644 index b60ed208c7..0000000000 --- a/arch/arm/dts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.dtb diff --git a/arch/microblaze/dts/.gitignore b/arch/microblaze/dts/.gitignore deleted file mode 100644 index b60ed208c7..0000000000 --- a/arch/microblaze/dts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.dtb diff --git a/arch/mips/dts/.gitignore b/arch/mips/dts/.gitignore deleted file mode 100644 index b60ed208c7..0000000000 --- a/arch/mips/dts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.dtb diff --git a/arch/nios2/dts/.gitignore b/arch/nios2/dts/.gitignore deleted file mode 100644 index b60ed208c7..0000000000 --- a/arch/nios2/dts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.dtb diff --git a/arch/sandbox/dts/.gitignore b/arch/sandbox/dts/.gitignore deleted file mode 100644 index b60ed208c7..0000000000 --- a/arch/sandbox/dts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.dtb diff --git a/arch/x86/dts/.gitignore b/arch/x86/dts/.gitignore deleted file mode 100644 index b60ed208c7..0000000000 --- a/arch/x86/dts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.dtb diff --git a/dts/.gitignore b/dts/.gitignore deleted file mode 100644 index 1b3718065c..0000000000 --- a/dts/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.dtb -*.dtb.S