[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230124004707.GA318943@paulmck-ThinkPad-P17-Gen-1>
Date: Mon, 23 Jan 2023 16:47:07 -0800
From: "Paul E. McKenney" <paulmck@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: w@....eu, ammarfaizi2@...weeb.org, svens@...ux.ibm.com
Subject: [PATCH RFC] 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>
diff --git a/tools/include/nolibc/.gitignore b/tools/include/nolibc/.gitignore
new file mode 100644
index 0000000000000..dea22eaaed2ba
--- /dev/null
+++ b/tools/include/nolibc/.gitignore
@@ -0,0 +1 @@
+sysroot
Powered by blists - more mailing lists