selftests/nolibc: Avoid generated files being committed
authorFernanda Ma'rouf <fernandafmr12@gnuweeb.org>
Wed, 20 Jul 2022 03:37:45 +0000 (05:37 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 31 Aug 2022 12:17:45 +0000 (05:17 -0700)
commit43cf168fa99992ee70ff041a61f866f56aa47f3b
tree74992fa2a9d4cc8515ecde192224b2774ecda7bd
parentffc297fe2259a701f2bd52a6fb8481abc89d331d
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>
tools/testing/selftests/nolibc/.gitignore [new file with mode: 0644]