[PATCH 4/4] ruby: Add generated files to gitignore

Subject: [PATCH 4/4] ruby: Add generated files to gitignore

Date: Mon, 10 Jan 2011 16:39:28 +0200

To: notmuch@notmuchmail.org

Cc:

From: Ali Polatel


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

diff --git a/.gitignore b/.gitignore
index 217440d..9786d4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,7 @@ libnotmuch.so*
 .*.swp
 *.elc
 releases
+
+bindings/ruby/mkmf.log
+bindings/ruby/notmuch.so
+bindings/ruby/Makefile
-- 
1.7.3.5


Thread: