From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
Paul Szczepanek <paul.szczepanek@arm.com>,
Patrick Robb <probb@iol.unh.edu>,
Maxime Coquelin <maxime.coquelin@redhat.com>
Subject: [RFC] git: consolidate .gitignore files
Date: Mon, 10 Feb 2025 09:20:49 -0800 [thread overview]
Message-ID: <20250210172050.8884-1-stephen@networkplumber.org> (raw)
In-Reply-To: <20250207182634.168820-1-stephen@networkplumber.org>
Lets have only one .gitignore at top level.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
.gitignore | 6 ++++++
dts/.gitignore | 4 ----
kernel/linux/uapi/.gitignore | 4 ----
3 files changed, 6 insertions(+), 8 deletions(-)
delete mode 100644 dts/.gitignore
delete mode 100644 kernel/linux/uapi/.gitignore
diff --git a/.gitignore b/.gitignore
index 903fe9bc64..a1a6843494 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,6 +43,8 @@ TAGS
# DTS results
dts/output
+dts/nodes.yaml
+dts/test_rund.yaml
# ignore default build directory, and directories from test-meson-builds.sh
build
@@ -50,3 +52,7 @@ build-*
# ignore other build directory patterns
*-gcc*
*-clang*
+
+# ignore Linux UAPI kernel headers
+kernel/linux/uapi/version
+kernel/linux/uapi/**/*.h
diff --git a/dts/.gitignore b/dts/.gitignore
deleted file mode 100644
index d53a2f3b7e..0000000000
--- a/dts/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-# default configuration files for DTS
-nodes.yaml
-test_runs.yaml
-
diff --git a/kernel/linux/uapi/.gitignore b/kernel/linux/uapi/.gitignore
deleted file mode 100644
index 558ba597d6..0000000000
--- a/kernel/linux/uapi/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-**
-!**/
-!**/*.h
-!version
--
2.47.2
next prev parent reply other threads:[~2025-02-10 17:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-07 18:26 [PATCH] devtools: ignore .gitignore in SPDX check Stephen Hemminger
2025-02-10 16:51 ` Thomas Monjalon
2025-02-10 17:20 ` Stephen Hemminger [this message]
2025-02-11 8:38 ` [RFC] git: consolidate .gitignore files Thomas Monjalon
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=20250210172050.8884-1-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=maxime.coquelin@redhat.com \
--cc=paul.szczepanek@arm.com \
--cc=probb@iol.unh.edu \
/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;
as well as URLs for NNTP newsgroup(s).