git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Riesen <raa.lkml@gmail.com>
To: Jon Nelson <jnelson-git@jamponi.net>
Cc: git@vger.kernel.org, Junio C Hamano <junkio@cox.net>
Subject: Re: trivial: .gitignore precompiled pyhton modules
Date: Thu, 5 Jan 2006 17:38:58 +0100	[thread overview]
Message-ID: <81b0412b0601050838y6bb30985i9989df58222bc86c@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0601050944200.667@gheavc.wnzcbav.cig>

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

On 1/5/06, Jon Nelson <jnelson-git@jamponi.net> wrote:
>
> Don't forget about .pyo
> You also spelled python as 'pyhton'

Hmm, I don't get any of these...
And sorry for the typo, didn't mean no offence :)

For the record, the patch extended and attached.

[-- Attachment #2: 0001-ignore-precompiled-python-modules.txt --]
[-- Type: text/plain, Size: 403 bytes --]

Subject: [PATCH] ignore precompiled python modules

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>


---

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

b250da848d67fade74b13922a46dbc28de7d2892
diff --git a/.gitignore b/.gitignore
index 47d76f4..1a9090b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -120,3 +120,4 @@ git-core.spec
 *.exe
 libgit.a
 *.o
+*.py[co]
-- 
1.0.6-gd4ab

      reply	other threads:[~2006-01-05 16:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-05 11:58 trivial: .gitignore precompiled pyhton modules Alex Riesen
2006-01-05 15:44 ` Jon Nelson
2006-01-05 16:38   ` Alex Riesen [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=81b0412b0601050838y6bb30985i9989df58222bc86c@mail.gmail.com \
    --to=raa.lkml@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jnelson-git@jamponi.net \
    --cc=junkio@cox.net \
    /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).