public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC] tools/nolibc: Add gitignore to avoid git complaints about sysroot
@ 2023-01-24  0:47 Paul E. McKenney
  2023-01-24  1:06 ` Ammar Faizi
  0 siblings, 1 reply; 5+ messages in thread
From: Paul E. McKenney @ 2023-01-24  0:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: w, ammarfaizi2, svens

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@kernel.org>
Cc: Willy Tarreau <w@1wt.eu>
Cc: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Cc: Sven Schnelle <svens@linux.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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-24  3:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-24  0:47 [PATCH RFC] tools/nolibc: Add gitignore to avoid git complaints about sysroot Paul E. McKenney
2023-01-24  1:06 ` Ammar Faizi
2023-01-24  1:12   ` Paul E. McKenney
2023-01-24  1:17     ` Ammar Faizi
2023-01-24  3:11       ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox