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

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).