Re: BUG #16042: incorrect .gitignore file

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: stuchalin.d@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2019-10-05T16:28:01Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> The source codes contain the file src/bin/pg_waldump/.gitignore
> This file contains the line /*desc.c
> This line does not give the correct commit file rmgrdesc.c from this
> directory to the "my" git repository.

Yeah, somebody was being overly lazy there.  I cleaned it up.

			regards, tom lane



Commits

  1. Avoid use of wildcard in pg_waldump's .gitignore.