≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1554

Bug #1554: Ignore built extension lib

Kind bug
Product Command-T
When Created 2010-05-10T20:34:38Z, updated 2010-05-11T13:12:17Z
Status closed
Reporter anonymous
Tags no tags

Description

From ef897daf1fed17d2ce3a56a9c4de68f48f5fb7b6 Mon Sep 17 00:00:00 2001
From: Mike Lundy <mike@fluffypenguin.org>
Date: Mon, 10 May 2010 17:29:00 -0700
Subject: [PATCH] Ignore built extension lib

This makes submodules happy.
---
 ruby/command-t/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ruby/command-t/.gitignore b/ruby/command-t/.gitignore
index e48e6a2..48faa33 100644
--- a/ruby/command-t/.gitignore
+++ b/ruby/command-t/.gitignore
@@ -2,3 +2,4 @@ Makefile
 ext.bundle
 *.o
 *.log
+ext.so
-- 
1.7.1

Comments

  1. Greg Hurrell 2010-05-11T02:23:16Z

    Thanks for the patch, Mike. Will apply, although I might tweak it a bit to catch all such library extensions on all platforms (ie. ignore everything matching ext.*, except for ext.c and ext.h, which we obviously want to track), seeing as I don't know what different extensions are used on other platforms.

  2. Greg Hurrell 2010-05-11T02:23:34Z

    Status changed:

    • From: new
    • To: open
  3. Greg Hurrell 2010-05-11T13:12:12Z

    Committed, marking as closed.

  4. Greg Hurrell 2010-05-11T13:12:17Z

    Status changed:

    • From: open
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets