mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 1/2] gitignore: add device tree blobs to top-level .gitignore
Date: Fri,  5 Aug 2022 10:53:13 +0200	[thread overview]
Message-ID: <20220805085314.3404920-1-a.fatoum@pengutronix.de> (raw)

We have device trees outside of the usual directories, e.g. for
overlays, so move the .gitignore rule to top-level.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 .gitignore                           | 2 ++
 arch/arm/boards/qemu-virt/.gitignore | 3 ---
 arch/arm/dts/.gitignore              | 1 -
 arch/mips/dts/.gitignore             | 1 -
 arch/openrisc/dts/.gitignore         | 1 -
 arch/riscv/dts/.gitignore            | 1 -
 arch/sandbox/dts/.gitignore          | 1 -
 7 files changed, 2 insertions(+), 8 deletions(-)
 delete mode 100644 arch/arm/boards/qemu-virt/.gitignore
 delete mode 100644 arch/arm/dts/.gitignore
 delete mode 100644 arch/mips/dts/.gitignore
 delete mode 100644 arch/riscv/dts/.gitignore
 delete mode 100644 arch/sandbox/dts/.gitignore

diff --git a/.gitignore b/.gitignore
index cb87e9314f40..dd36d5083b17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,8 @@
 *.symtypes
 *.tab.[ch]
 Module.symvers
+*.dtb
+*.dtb.*
 
 #
 # Top-level generic files
diff --git a/arch/arm/boards/qemu-virt/.gitignore b/arch/arm/boards/qemu-virt/.gitignore
deleted file mode 100644
index 3e3932a3bfba..000000000000
--- a/arch/arm/boards/qemu-virt/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-
-*.dtb*
diff --git a/arch/arm/dts/.gitignore b/arch/arm/dts/.gitignore
deleted file mode 100644
index 077903c50a26..000000000000
--- a/arch/arm/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 077903c50a26..000000000000
--- a/arch/mips/dts/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*dtb*
diff --git a/arch/openrisc/dts/.gitignore b/arch/openrisc/dts/.gitignore
index 077903c50a26..e69de29bb2d1 100644
--- a/arch/openrisc/dts/.gitignore
+++ b/arch/openrisc/dts/.gitignore
@@ -1 +0,0 @@
-*dtb*
diff --git a/arch/riscv/dts/.gitignore b/arch/riscv/dts/.gitignore
deleted file mode 100644
index 077903c50a26..000000000000
--- a/arch/riscv/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 077903c50a26..000000000000
--- a/arch/sandbox/dts/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*dtb*
-- 
2.30.2




             reply	other threads:[~2022-08-05  8:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05  8:53 Ahmad Fatoum [this message]
2022-08-05  8:53 ` [PATCH 2/2] defaultenv: ikconfig: add generated directory to .gitignore Ahmad Fatoum
2022-08-08 12:36 ` [PATCH 1/2] gitignore: add device tree blobs to top-level .gitignore Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220805085314.3404920-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox