Re: [libav-devel] [PATCH 01/14] maint: Ignore dot dirs

2019-05-13 Thread Luca Barbato
On 13/05/2019 10:55, Diego Biurrun wrote: On Sat, May 04, 2019 at 02:14:14PM +0200, Luca Barbato wrote: They are usually created by tools and editors. --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /coverage.info /lcov/ /mapfile +.*/ This ignores dotdirs everywhere, not just in the

Re: [libav-devel] [PATCH 01/14] maint: Ignore dot dirs

2019-05-13 Thread Diego Biurrun
On Sat, May 04, 2019 at 02:14:14PM +0200, Luca Barbato wrote: > They are usually created by tools and editors. > --- a/.gitignore > +++ b/.gitignore > @@ -29,3 +29,4 @@ > /coverage.info > /lcov/ > /mapfile > +.*/ This ignores dotdirs everywhere, not just in the top-level directory, which seems

Re: [libav-devel] [PATCH 01/14] maint: Ignore dot dirs

2019-05-13 Thread Alexandra Hájková
On Sat, May 4, 2019 at 2:14 PM Luca Barbato wrote: > > They are usually created by tools and editors. > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 1a08fd15c5..693fa5636a 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -29,3 +29,4