From: Fernanda Ma'rouf Date: Wed, 20 Jul 2022 03:37:45 +0000 (+0200) Subject: selftests/nolibc: Avoid generated files being committed X-Git-Tag: v6.6.17~6544^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43cf168fa99992ee70ff041a61f866f56aa47f3b;p=platform%2Fkernel%2Flinux-rpi.git selftests/nolibc: Avoid generated files being committed After running the nolibc tests, the "git status" is not clean because the generated files are not ignored. Create a `.gitignore` inside the selftests/nolibc directory to ignore them. Cc: Ammar Faizi Cc: Fernanda Ma'rouf Signed-off-by: Fernanda Ma'rouf Signed-off-by: Willy Tarreau Signed-off-by: Paul E. McKenney --- diff --git a/tools/testing/selftests/nolibc/.gitignore b/tools/testing/selftests/nolibc/.gitignore new file mode 100644 index 0000000..4696df5 --- /dev/null +++ b/tools/testing/selftests/nolibc/.gitignore @@ -0,0 +1,4 @@ +/initramfs/ +/nolibc-test +/run.out +/sysroot/