Re: Add .gitignore files to CVS? - Mailing list pgsql-hackers

From Chris Browne
Subject Re: Add .gitignore files to CVS?
Date
Msg-id 87ska8zijf.fsf@dba2.int.libertyrms.com
Whole thread Raw
In response to Add .gitignore files to CVS?  (Tim Bunce <Tim.Bunce@pobox.com>)
List pgsql-hackers
badalex@gmail.com (Alex Hunsaker) writes:
> On Fri, Jan 8, 2010 at 02:03, Magnus Hagander <magnus@hagander.net> wrote:
>> You can always create your own branch with just the .gitignore files
>> and merge that into whatever you're working on :)
>
> The only thing annoying about that is if you generate diffs ala git
> diff origin/master.. you get your .gitignore in it.
>
> What I do is have a .gitignore that is gitignored.  That way its not
> committed, its on any branch i switch to or make and I don't
> accidentally commit it.

I'd put that in $GITHOME/.git/info/exclude

That's specifically what that file's for...
-- 
output = reverse("moc.liamg" "@" "enworbbc")
http://www3.sympatico.ca/cbbrowne/slony.html
DSK: STAN.K; ML EXIT -- FILE NOT FOUND


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Clearing global statistics
Next
From: Hitoshi Harada
Date:
Subject: Re: review: More frame options in window functions