Re: Object files generated by ecpg test suite not ignored on Windows

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Object files generated by ecpg test suite not ignored on Windows
Date: 2015-03-09 13:03:59
Message-ID: 20150309130359.GL3291@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier wrote:
> Hi all,
>
> When running the test suite of ecpg, build generates a set of obj
> files and it happens that those files are not ignored in the code
> tree.

Wouldn't this be simpler as a *.obj pattern somewhere? Maybe in
ecpg/test/.gitignore add this line?

**/*.obj

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-03-09 13:28:39 Re: pg_trgm Memory Allocation logic
Previous Message Alvaro Herrera 2015-03-09 12:54:56 Re: pg_trgm Memory Allocation logic