]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit09a095044b0d85639a8ac109076e14678e83bbfe
tree74992fa2a9d4cc8515ecde192224b2774ecda7bd
parent201e942dad370ce1f5a94ce26cc92a0b4319f928
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]