git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brian Gernhardt <benji@silverinsanity.com>
To: git@vger.kernel.org, Jonas Fonseca <fonseca@diku.dk>
Subject: [TIG PATCH] Ignore generated manpages.
Date: Tue, 3 Jul 2007 10:50:25 -0400	[thread overview]
Message-ID: <20070703145012.GA11660@Hermes.local> (raw)

Adds tig.1 and tigrc.5 to .gitignore

Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
---

 A simple change that will help me from committing man pages by
 accident.  ;-)

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index f7ab840..9bc5de5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ manual.toc
 tig
 tig.spec
 tig-*.tar.gz
+tig.1
+tigrc.5
-- 
1.5.3.rc0

             reply	other threads:[~2007-07-03 14:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-03 14:50 Brian Gernhardt [this message]
2007-07-03 16:23 ` [TIG PATCH] Ignore generated manpages Jonas Fonseca

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=20070703145012.GA11660@Hermes.local \
    --to=benji@silverinsanity.com \
    --cc=fonseca@diku.dk \
    --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;
as well as URLs for NNTP newsgroup(s).