[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 595747a6d528e36e6bf679bcf1ca3600e9b7ad20

Antonio Terceiro terceiro at softwarelivre.org
Wed May 11 03:31:20 UTC 2011


The following commit has been merged in the master branch:
commit 595747a6d528e36e6bf679bcf1ca3600e9b7ad20
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Tue May 10 20:30:55 2011 -0700

    also add *.upload to .gitignore; update .mrconfig

diff --git a/.gitignore b/.gitignore
index a51613c..0c338dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ ruby-test-declarative
 ruby-thin
 ruby-tilt
 ruby-tokyocabinet
+ruby-will-paginate
 shellcast
 wheezy-transition-tracker
 .mrconfig~
@@ -58,3 +59,4 @@ wheezy-transition-tracker
 *.deb
 *.changes
 *.build
+*.upload
diff --git a/.mrconfig b/.mrconfig
index f43ccc0..9f141e3 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -169,6 +169,9 @@ checkout = git_checkout ruby-tilt
 [ruby-tokyocabinet]
 checkout = git_checkout ruby-tokyocabinet
 
+[ruby-will-paginate]
+checkout = git_checkout ruby-will-paginate
+
 [shellcast]
 checkout = git_checkout shellcast
 
diff --git a/make-mrconfig b/make-mrconfig
index 03b0319..ab87099 100755
--- a/make-mrconfig
+++ b/make-mrconfig
@@ -69,6 +69,7 @@ cat >> .gitignore <<EOF
 *.deb
 *.changes
 *.build
+*.upload
 EOF
 
 

-- 
pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list