Re: Patch to .gitignore

From: Christopher Browne <cbbrowne(at)gmail(dot)com>
To: fabriziomello(at)gmail(dot)com
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch to .gitignore
Date: 2013-05-24 03:04:10
Message-ID: CAFNqd5WDAsRiOW2owxWjjQ6NSmSsXnnSLmLG5W0=EuK=FhECxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There hasn't been general agreement on the merits of particular .gitignore
rules of this sort.

You could hide your own favorite patterns by putting this into your
~/.gitignore that isn't part of the repo, configuring this globally, thus:
git config --global core.excludesfile '~/.gitignore'

That has the consequence that you can hide whatever things your own tools
like to create, and not worry about others' preferences.

Us Emacs users can put things like *~, #*#, and such into our own "ignore"
configuration; that doesn't need to bother you, and vice-versa for your
vim-oriented patterns.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2013-05-24 03:39:56 Re: Patch to .gitignore
Previous Message Fabrízio de Royes Mello 2013-05-24 02:44:52 Patch to .gitignore