Re: .gitignore files, take two - Mailing list pgsql-hackers

From Florian Weimer
Subject Re: .gitignore files, take two
Date
Msg-id 82sk0dyyra.fsf@mid.bfk.de
Whole thread Raw
In response to Re: .gitignore files, take two  (James Cloos <cloos@jhcloos.com>)
List pgsql-hackers
* James Cloos:

> I'm reading this a bit late, but...
>
> We (Xorg) found that ignoring:
>
>    *~
>    *.bak
>    *.patch
>
> in addition to the files generated by building is very helpful.

I tend to put those into .git/info/exclude.  They are somewhat
developer-specific, after all.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Debugging initdb breakage
Next
From: Dean Rasheed
Date:
Subject: Re: WIP: Triggers on VIEWs