[前][次][番号順一覧][スレッド一覧]

ruby-changes:35951

From: naruse <ko1@a...>
Date: Mon, 20 Oct 2014 01:07:45 +0900 (JST)
Subject: [ruby-changes:35951] naruse:r48032 (trunk): add .gitignore

naruse	2014-10-20 01:07:16 +0900 (Mon, 20 Oct 2014)

  New Revision: 48032

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48032

  Log:
    add .gitignore

  Modified files:
    trunk/.gitignore
Index: .gitignore
===================================================================
--- .gitignore	(revision 48031)
+++ .gitignore	(revision 48032)
@@ -105,6 +105,8 @@ y.tab.c https://github.com/ruby/ruby/blob/trunk/.gitignore#L105
 /benchmark/fasta.output.*
 /benchmark/wc.input
 
+/enc/unicode/data/*.txt
+
 # /enc/trans/
 /enc/trans/*.c
 
@@ -139,6 +141,8 @@ y.tab.c https://github.com/ruby/ruby/blob/trunk/.gitignore#L141
 # /gems
 /gems/*.gem
 
+/lib/unicode_normalize/tables.rb
+
 # /spec/
 /spec/mspec
 /spec/rubyspec

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]