Re: ECPG regression tests need .gitignore update? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ECPG regression tests need .gitignore update?
Date
Msg-id 15635.1287545247@sss.pgh.pa.us
Whole thread Raw
In response to ECPG regression tests need .gitignore update?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: ECPG regression tests need .gitignore update?
List pgsql-hackers
Robert Haas <robertmhaas@gmail.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


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: Extensions, this time with a patch
Next
From: Robert Haas
Date:
Subject: Re: ECPG regression tests need .gitignore update?