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

ruby-changes:38557

From: naruse <ko1@a...>
Date: Mon, 25 May 2015 14:49:02 +0900 (JST)
Subject: [ruby-changes:38557] naruse:r50638 (trunk): add .gitignore rules for Microsoft Visual C++

naruse	2015-05-25 14:48:48 +0900 (Mon, 25 May 2015)

  New Revision: 50638

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

  Log:
    add .gitignore rules for Microsoft Visual C++

  Modified files:
    trunk/.gitignore
Index: .gitignore
===================================================================
--- .gitignore	(revision 50637)
+++ .gitignore	(revision 50638)
@@ -1,4 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/.gitignore#L1
 *-*-*.def
+*-*-*.exp
+*-*-*.lib
 *.a
 *.bak
 *.dSYM
@@ -8,7 +10,9 @@ https://github.com/ruby/ruby/blob/trunk/.gitignore#L10
 *.inc
 *.log
 *.o
+*.obj
 *.orig
+*.pdb
 *.rej
 *.sav
 *.swp
@@ -30,7 +34,11 @@ y.tab.c https://github.com/ruby/ruby/blob/trunk/.gitignore#L34
 
 # /
 /*-fake.rb
+/*.dll
+/*.exe
+/*.res
 /*.pc
+/*.rc
 /*_prelude.c
 /COPYING.LIB
 /ChangeLog-*
@@ -97,6 +105,7 @@ y.tab.c https://github.com/ruby/ruby/blob/trunk/.gitignore#L105
 /transdb.h
 /uncommon.mk
 /verconf.h
+/verconf.mk
 /web
 /yasmdata.rb
 
@@ -105,15 +114,25 @@ y.tab.c https://github.com/ruby/ruby/blob/trunk/.gitignore#L114
 /benchmark/fasta.output.*
 /benchmark/wc.input
 
+/enc/*.def
+/enc/*.exp
+/enc/*.lib
 /enc/unicode/data
 
 # /enc/trans/
 /enc/trans/*.c
+/enc/trans/*.def
+/enc/trans/*.exp
+/enc/trans/*.lib
 /enc/trans/.time
 
 # /ext/
 /ext/extinit.c
 
+# /ext/-test-/win32/dln/
+/ext/-test-/win32/dln/dlntest.exp
+/ext/-test-/win32/dln/dlntest.lib
+
 # /ext/dl/callback/
 /ext/dl/callback/callback-*.c
 /ext/dl/callback/callback.c

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

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