Re: ECPG regression tests need .gitignore update?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ECPG regression tests need .gitignore update?
Date: 2010-10-20 03:27:27
Message-ID: 15635.1287545247@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> After running "make installcheck-world", git status shows a bunch of
> stuff that looks like this:

> # src/interfaces/ecpg/test/sql/desc.dSYM/
> # src/interfaces/ecpg/test/sql/describe.dSYM/
> # src/interfaces/ecpg/test/sql/dynalloc.dSYM/
> # src/interfaces/ecpg/test/sql/dynalloc2.dSYM/
> # src/interfaces/ecpg/test/sql/dyntest.dSYM/

Mac user eh?

This seems like a build-process bug, not a .gitignore oversight.
Those shouldn't be there at all (and I notice "make clean" doesn't
get rid of them).

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-10-20 03:28:55 Re: ECPG regression tests need .gitignore update?
Previous Message Itagaki Takahiro 2010-10-20 03:19:44 Re: Extensions, this time with a patch