Message ID | 20200402133945.8427-1-richard_c_haines@btinternet.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | selinux-testsuite: Add notify gitignore file | expand |
On Thu, Apr 2, 2020 at 3:40 PM Richard Haines <richard_c_haines@btinternet.com> wrote: > Add .gitignore to stop format-patch sucking in binaries > > Signed-off-by: Richard Haines <richard_c_haines@btinternet.com> > --- > tests/notify/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 tests/notify/.gitignore > > diff --git a/tests/notify/.gitignore b/tests/notify/.gitignore > new file mode 100644 > index 0000000..fd7c5db > --- /dev/null > +++ b/tests/notify/.gitignore > @@ -0,0 +1,2 @@ > +test_inotify > +test_fanotify > -- > 2.24.1 > Acked-by: Ondrej Mosnacek <omosnace@redhat.com>
On Thu, Apr 2, 2020 at 3:53 PM Ondrej Mosnacek <omosnace@redhat.com> wrote: > On Thu, Apr 2, 2020 at 3:40 PM Richard Haines > <richard_c_haines@btinternet.com> wrote: > > Add .gitignore to stop format-patch sucking in binaries > > > > Signed-off-by: Richard Haines <richard_c_haines@btinternet.com> > > --- > > tests/notify/.gitignore | 2 ++ > > 1 file changed, 2 insertions(+) > > create mode 100644 tests/notify/.gitignore > > > > diff --git a/tests/notify/.gitignore b/tests/notify/.gitignore > > new file mode 100644 > > index 0000000..fd7c5db > > --- /dev/null > > +++ b/tests/notify/.gitignore > > @@ -0,0 +1,2 @@ > > +test_inotify > > +test_fanotify > > -- > > 2.24.1 > > > > Acked-by: Ondrej Mosnacek <omosnace@redhat.com> Now applied. Thanks and sorry for the delay.
diff --git a/tests/notify/.gitignore b/tests/notify/.gitignore new file mode 100644 index 0000000..fd7c5db --- /dev/null +++ b/tests/notify/.gitignore @@ -0,0 +1,2 @@ +test_inotify +test_fanotify
Add .gitignore to stop format-patch sucking in binaries Signed-off-by: Richard Haines <richard_c_haines@btinternet.com> --- tests/notify/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/notify/.gitignore