From: Paul E. McKenney Date: Tue, 24 Jan 2023 00:42:14 +0000 (-0800) Subject: tools/nolibc: Add gitignore to avoid git complaints about sysroot X-Git-Tag: v6.6.7~3068^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d548e9ae07162e2904b72345a60a9e3e7df4709e;p=platform%2Fkernel%2Flinux-starfive.git 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 Cc: Willy Tarreau Cc: Ammar Faizi Cc: Sven Schnelle --- diff --git a/tools/include/nolibc/.gitignore b/tools/include/nolibc/.gitignore new file mode 100644 index 0000000..dea22ea --- /dev/null +++ b/tools/include/nolibc/.gitignore @@ -0,0 +1 @@ +sysroot