[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230321011137.51837-2-paulmck@kernel.org>
Date: Mon, 20 Mar 2023 18:11:25 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: gwml@...r.gnuweeb.org, kernel-team@...a.com, w@....eu,
"Paul E. McKenney" <paulmck@...nel.org>, Willy Tarreau <w@....eu>,
Ammar Faizi <ammarfaizi2@...weeb.org>,
Sven Schnelle <svens@...ux.ibm.com>
Subject: [PATCH nolibc 02/14] tools/nolibc: Add gitignore to avoid git complaints about sysroot
Testing of nolibc can produce a tools/include/nolibc/sysroot file, which
is not known to git. Because it is automatically generated, there is no
reason for it to be known to git. Therefore, add a .gitignore to remove
it from git's field of view.
Signed-off-by: Paul E. McKenney <paulmck@...nel.org>
Cc: Willy Tarreau <w@....eu>
Cc: Ammar Faizi <ammarfaizi2@...weeb.org>
Cc: Sven Schnelle <svens@...ux.ibm.com>
---
tools/include/nolibc/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/include/nolibc/.gitignore
diff --git a/tools/include/nolibc/.gitignore b/tools/include/nolibc/.gitignore
new file mode 100644
index 000000000000..dea22eaaed2b
--- /dev/null
+++ b/tools/include/nolibc/.gitignore
@@ -0,0 +1 @@
+sysroot
--
2.40.0.rc2
Powered by blists - more mailing lists