add .gitignore rules for Microsoft Visual C++

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-05-25 05:48:48 +00:00
parent d4bafbb45f
commit fdb62480cd
1 changed files with 19 additions and 0 deletions

19
.gitignore vendored
View File

@ -1,4 +1,6 @@
*-*-*.def
*-*-*.exp
*-*-*.lib
*.a
*.bak
*.dSYM
@ -8,7 +10,9 @@
*.inc
*.log
*.o
*.obj
*.orig
*.pdb
*.rej
*.sav
*.swp
@ -30,7 +34,11 @@ y.tab.c
# /
/*-fake.rb
/*.dll
/*.exe
/*.res
/*.pc
/*.rc
/*_prelude.c
/COPYING.LIB
/ChangeLog-*
@ -97,6 +105,7 @@ y.tab.c
/transdb.h
/uncommon.mk
/verconf.h
/verconf.mk
/web
/yasmdata.rb
@ -105,15 +114,25 @@ y.tab.c
/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