[PATCH nolibc 02/14] tools/nolibc: Add gitignore to avoid git complaints about sysroot

Paul E. McKenney posted 14 patches 2 years, 10 months ago
[PATCH nolibc 02/14] tools/nolibc: Add gitignore to avoid git complaints about sysroot
Posted by Paul E. McKenney 2 years, 10 months ago
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 | 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