All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alejandro Riveira Fernández" <alejandro.riveira@gmail.com>
To: git@vger.kernel.org
Subject: Patch to add  git-help--browse to .gitignore
Date: Sat, 14 Jun 2008 00:30:39 +0200	[thread overview]
Message-ID: <1213396239.12920.2.camel@Varda> (raw)

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]

When i run «git status» on a cloned git repo with
build files around i get

$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       git-help--browse
nothing added to commit but untracked files present (use "git add" to track)

So i think something like this is needed

Thanks for your time.

---

diff --git a/.gitignore b/.gitignore
index 4ff2fec..8c77234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,7 @@ git-gc
 git-get-tar-commit-id
 git-grep
 git-hash-object
+git-help--browse
 git-http-fetch
 git-http-push
 git-imap-send


-- 
The idea that Bill Gates has appeared like a knight in shining armour to
lead all customers out of a mire of technological chaos neatly ignores
the fact that it was he who, by peddling second-rate technology, led
them into it in the first place. 
                                     Douglas Adams

[-- Attachment #2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

             reply	other threads:[~2008-06-13 22:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13 22:30 Alejandro Riveira Fernández [this message]
2008-06-14  2:30 ` Patch to add git-help--browse to .gitignore Christian Couder

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=1213396239.12920.2.camel@Varda \
    --to=alejandro.riveira@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.