diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-01-10 14:20:28 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-01-10 14:20:28 -0500 |
commit | f6cddbd4d7c0ab222f884883ef297b81b35c816e (patch) | |
tree | 70523259148b349178484ceeeae8ae3ec32a639f | |
parent | eaf0380eccd53df5ce7d1fed41f4ca16f4146408 (diff) | |
download | postgresql-f6cddbd4d7c0ab222f884883ef297b81b35c816e.tar.gz postgresql-f6cddbd4d7c0ab222f884883ef297b81b35c816e.zip |
Add .gitignore entry for a derived file created by "make distprep".
I chanced to notice that "make distprep" leaves a state of the
tree that git complains about. It's been like this for awhile,
but given the lack of complaints it probably doesn't need
back-patching.
-rw-r--r-- | src/interfaces/libpq/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore index 9be338dec89..38779b23a49 100644 --- a/src/interfaces/libpq/.gitignore +++ b/src/interfaces/libpq/.gitignore @@ -1,5 +1,6 @@ /exports.list /libpq.rc +/libpq-dist.rc # .c files that are symlinked in from elsewhere /encnames.c /wchar.c |