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
|
*-*-*.def
|
||||||
|
*-*-*.exp
|
||||||
|
*-*-*.lib
|
||||||
*.a
|
*.a
|
||||||
*.bak
|
*.bak
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
@ -8,7 +10,9 @@
|
||||||
*.inc
|
*.inc
|
||||||
*.log
|
*.log
|
||||||
*.o
|
*.o
|
||||||
|
*.obj
|
||||||
*.orig
|
*.orig
|
||||||
|
*.pdb
|
||||||
*.rej
|
*.rej
|
||||||
*.sav
|
*.sav
|
||||||
*.swp
|
*.swp
|
||||||
|
@ -30,7 +34,11 @@ y.tab.c
|
||||||
|
|
||||||
# /
|
# /
|
||||||
/*-fake.rb
|
/*-fake.rb
|
||||||
|
/*.dll
|
||||||
|
/*.exe
|
||||||
|
/*.res
|
||||||
/*.pc
|
/*.pc
|
||||||
|
/*.rc
|
||||||
/*_prelude.c
|
/*_prelude.c
|
||||||
/COPYING.LIB
|
/COPYING.LIB
|
||||||
/ChangeLog-*
|
/ChangeLog-*
|
||||||
|
@ -97,6 +105,7 @@ y.tab.c
|
||||||
/transdb.h
|
/transdb.h
|
||||||
/uncommon.mk
|
/uncommon.mk
|
||||||
/verconf.h
|
/verconf.h
|
||||||
|
/verconf.mk
|
||||||
/web
|
/web
|
||||||
/yasmdata.rb
|
/yasmdata.rb
|
||||||
|
|
||||||
|
@ -105,15 +114,25 @@ y.tab.c
|
||||||
/benchmark/fasta.output.*
|
/benchmark/fasta.output.*
|
||||||
/benchmark/wc.input
|
/benchmark/wc.input
|
||||||
|
|
||||||
|
/enc/*.def
|
||||||
|
/enc/*.exp
|
||||||
|
/enc/*.lib
|
||||||
/enc/unicode/data
|
/enc/unicode/data
|
||||||
|
|
||||||
# /enc/trans/
|
# /enc/trans/
|
||||||
/enc/trans/*.c
|
/enc/trans/*.c
|
||||||
|
/enc/trans/*.def
|
||||||
|
/enc/trans/*.exp
|
||||||
|
/enc/trans/*.lib
|
||||||
/enc/trans/.time
|
/enc/trans/.time
|
||||||
|
|
||||||
# /ext/
|
# /ext/
|
||||||
/ext/extinit.c
|
/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/
|
||||||
/ext/dl/callback/callback-*.c
|
/ext/dl/callback/callback-*.c
|
||||||
/ext/dl/callback/callback.c
|
/ext/dl/callback/callback.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue