On Tue, Mar 10, 2015 at 2:50 AM, Michael Meskes wrote:
> On 09.03.2015 16:58, Tom Lane wrote:
>> Andrew Dunstan writes:
>>> The MSVC build creates project directories which contain all the .obj
>>> files etc. The file locations for intermediate artefacts are quite
>>> different from the way a Uni
On 09.03.2015 16:58, Tom Lane wrote:
> Andrew Dunstan writes:
>> The MSVC build creates project directories which contain all the .obj
>> files etc. The file locations for intermediate artefacts are quite
>> different from the way a Unix build works. There is an ignore rule for
>> these directo
Andrew Dunstan writes:
> On 03/09/2015 11:31 AM, Michael Meskes wrote:
>> I don't have a Windows system to test on, but how come these files were
>> only created in the ecpg testsuite? With the global .gitignore not
>> mentioning *.obj it appears those files are not created anywhere else.
>> Is th
On 03/09/2015 11:31 AM, Michael Meskes wrote:
Actually, if we are supporting toolchains that generate *.obj files,
I'd expect the top-level .gitignore to ignore them, as it does *.o.
But if that's the issue why have we not heard complaints before?
...
+1 for adding a top level .gitignore entry.
>> Actually, if we are supporting toolchains that generate *.obj files,
>> I'd expect the top-level .gitignore to ignore them, as it does *.o.
>> But if that's the issue why have we not heard complaints before?
> ...
> +1 for adding a top level .gitignore entry.
I don't have a Windows system to te
On 03/09/2015 09:46 AM, Tom Lane wrote:
Alvaro Herrera writes:
Michael Paquier wrote:
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
ecp
Alvaro Herrera writes:
> Michael Paquier wrote:
>> 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 lin
> 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.
Applied, thanks.
Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at
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
--
Ál