mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
d4bafbb45f
commit
fdb62480cd
1 changed files with 19 additions and 0 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue