Not that I fundamentally disagree with the patch .. but why would we want to .gitignore patches ? I personally want them to be picked up as changed, or if they've been dropped in the wrong directory.
Bruce On Mon, Aug 5, 2019 at 8:56 AM Chen Qi <[email protected]> wrote: > Signed-off-by: Chen Qi <[email protected]> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 65feb82..f0047e5 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -3,4 +3,5 @@ pyshtables.py > *.swp > *.orig > *.rej > +*.patch > *~ > -- > 2.17.1 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
