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:
parent
c71cc2db7f
commit
a3bf7a19d0
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -18,6 +18,7 @@
|
||||||
*.pch
|
*.pch
|
||||||
*.pdb
|
*.pdb
|
||||||
*.rej
|
*.rej
|
||||||
|
*.s
|
||||||
*.sav
|
*.sav
|
||||||
*.swp
|
*.swp
|
||||||
*.yarb
|
*.yarb
|
||||||
|
@ -138,6 +139,9 @@ lcov*.info
|
||||||
/enc/jis/props.h
|
/enc/jis/props.h
|
||||||
/enc/unicode/data
|
/enc/unicode/data
|
||||||
|
|
||||||
|
# /coroutine/
|
||||||
|
!/coroutine/**/*.s
|
||||||
|
|
||||||
# /enc/trans/
|
# /enc/trans/
|
||||||
/enc/trans/*.c
|
/enc/trans/*.c
|
||||||
/enc/trans/*.def
|
/enc/trans/*.def
|
||||||
|
|
Loading…
Reference in a new issue