mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .gitignore: ignore ext/date and ext/-test-/*/*.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
118a5bcf96
commit
1d6bd86acd
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -97,6 +97,9 @@
|
|||
/ext/-test-/*/Makefile
|
||||
/ext/-test-/*/extconf.h
|
||||
/ext/-test-/*/mkmf.log
|
||||
/ext/-test-/*/*/Makefile
|
||||
/ext/-test-/*/*/extconf.h
|
||||
/ext/-test-/*/*/mkmf.log
|
||||
|
||||
# /ext/bigdecimal/
|
||||
/ext/bigdecimal/*.def
|
||||
|
@ -446,6 +449,11 @@
|
|||
/ext/zlib/zlib.a
|
||||
/ext/zlib/conftest.dSYM
|
||||
|
||||
# /ext/date/
|
||||
/ext/date/Makefile
|
||||
/ext/date/extconf.h
|
||||
/ext/date/mkmf.log
|
||||
|
||||
# /lib/rexml/
|
||||
|
||||
# /spec/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue