1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.gitignore: revert r65834 partially [ci skip]

and exclude under coroutine only.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-11-22 06:08:47 +00:00
parent c71cc2db7f
commit a3bf7a19d0

4
.gitignore vendored
View file

@ -18,6 +18,7 @@
*.pch
*.pdb
*.rej
*.s
*.sav
*.swp
*.yarb
@ -138,6 +139,9 @@ lcov*.info
/enc/jis/props.h
/enc/unicode/data
# /coroutine/
!/coroutine/**/*.s
# /enc/trans/
/enc/trans/*.c
/enc/trans/*.def