git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* trivial: .gitignore precompiled pyhton modules
@ 2006-01-05 11:58 Alex Riesen
  2006-01-05 15:44 ` Jon Nelson
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Riesen @ 2006-01-05 11:58 UTC (permalink / raw)
  To: Junio C Hamano, git

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

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

[-- Attachment #2: 0011-ignore-precompiled-pyhton-modules.txt --]
[-- Type: text/plain, Size: 396 bytes --]

Subject: [PATCH] ignore precompiled pyhton modules

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


---

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

fef595fb79331a83960a5dcee7bf5b3acd58b2b4
diff --git a/.gitignore b/.gitignore
index 47d76f4..778c593 100644
--- a/.gitignore
+++ b/.gitignore
@@ -120,3 +120,4 @@ git-core.spec
 *.exe
 libgit.a
 *.o
+*.pyc
-- 
1.0.GIT

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: trivial: .gitignore precompiled pyhton modules
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Nelson @ 2006-01-05 15:44 UTC (permalink / raw)
  Cc: git


Don't forget about .pyo
You also spelled python as 'pyhton'


On Thu, 5 Jan 2006, Alex Riesen wrote:

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

--
Jon Nelson <jnelson-git@jamponi.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: trivial: .gitignore precompiled pyhton modules
  2006-01-05 15:44 ` Jon Nelson
@ 2006-01-05 16:38   ` Alex Riesen
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Riesen @ 2006-01-05 16:38 UTC (permalink / raw)
  To: Jon Nelson; +Cc: git, Junio C Hamano

[-- 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-05 16:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).