Re: [PATCH testsuite] tests/file_contexts: add test_multiple to .gitignore
Stephen Smalley <[email protected]> Wed, 29 Jul 2026 08:46:57 -0400
| Newsgroups | org.kernel.vger.selinux |
|---|---|
| Message-ID | <CAEjxPJ58DKCRDWbkEMKb9C0yNMdVWpmT7zCQ4xOo0KnjogDftQ@mail.gmail.com> |
On Wed, Jul 29, 2026 at 8:43 AM Ondrej Mosnacek <[email protected]> wrote: > > The new binary target was added in a recent commit, but it wasn't added > to .gitignore. Fix that. > > Signed-off-by: Ondrej Mosnacek <[email protected]> Looks like our messages crossed, and I already merged the same fix. > --- > tests/file_contexts/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/file_contexts/.gitignore b/tests/file_contexts/.gitignore > index dd877b4..8b95fcb 100644 > --- a/tests/file_contexts/.gitignore > +++ b/tests/file_contexts/.gitignore > @@ -3,3 +3,4 @@ test_lookup > test_open > test_open_base > test_validate > +test_multiple > -- > 2.55.0 > >