tools/nolibc: Add gitignore to avoid git complaints about sysroot
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 24 Jan 2023 00:42:14 +0000 (16:42 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 20 Mar 2023 15:45:21 +0000 (08:45 -0700)
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>
tools/include/nolibc/.gitignore [new file with mode: 0644]

diff --git a/tools/include/nolibc/.gitignore b/tools/include/nolibc/.gitignore
new file mode 100644 (file)
index 0000000..dea22ea
--- /dev/null
@@ -0,0 +1 @@
+sysroot