diff options
author | Fernanda Ma'rouf <fernandafmr12@gnuweeb.org> | 2022-07-20 05:37:45 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2022-08-31 05:17:45 -0700 |
commit | 43cf168fa99992ee70ff041a61f866f56aa47f3b (patch) | |
tree | 74992fa2a9d4cc8515ecde192224b2774ecda7bd /tools/testing/selftests/nolibc/.gitignore | |
parent | ffc297fe2259a701f2bd52a6fb8481abc89d331d (diff) |
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 <ammarfaizi2@gnuweeb.org>
Cc: Fernanda Ma'rouf <fernandafmr2@gmail.com>
Signed-off-by: Fernanda Ma'rouf <fernandafmr12@gnuweeb.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/nolibc/.gitignore')
-rw-r--r-- | tools/testing/selftests/nolibc/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/nolibc/.gitignore b/tools/testing/selftests/nolibc/.gitignore new file mode 100644 index 000000000000..4696df589d68 --- /dev/null +++ b/tools/testing/selftests/nolibc/.gitignore @@ -0,0 +1,4 @@ +/initramfs/ +/nolibc-test +/run.out +/sysroot/ |