Git development
 help / color / mirror / Atom feed
From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: Christoph Duelli <duelli@melosgmbh.de>
Cc: git@vger.kernel.org
Subject: Re: how to ignore all .xvpics directories
Date: Mon, 03 Nov 2008 14:03:54 +0100	[thread overview]
Message-ID: <vpqabchkll1.fsf@bauges.imag.fr> (raw)
In-Reply-To: <490ECE54.5090505@melosgmbh.de> (Christoph Duelli's message of "Mon\, 03 Nov 2008 11\:11\:32 +0100")

Christoph Duelli <duelli@melosgmbh.de> writes:

> Is it possible to ignore (once and for all) that directories like
> .pics or .xvpics (that might occur all over the place where xv was
> called) should be ignored?

in ~/.gitconfig:

[core]
        excludesfile = /home/yourlogin/.gitignore

then, in ~/.gitignore:

.xvpics

and all your .xvpics will be ignored for all your projects.

(it's nice to keep such ignore list user-wide and not project-wide if
you don't want to bother your collaborators with your choice of
software).

-- 
Matthieu

      parent reply	other threads:[~2008-11-03 13:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-03 10:11 how to ignore all .xvpics directories Christoph Duelli
2008-11-03 11:49 ` Jakub Narebski
2008-11-03 12:15   ` Christoph Duelli
2008-11-03 13:03 ` Matthieu Moy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vpqabchkll1.fsf@bauges.imag.fr \
    --to=matthieu.moy@imag.fr \
    --cc=duelli@melosgmbh.de \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox