diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-22 06:08:47 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-22 06:08:47 +0000 |
commit | a3bf7a19d00c69bd7db2fa5dcb242a439825eb66 (patch) | |
tree | e8e2d85f9bce9259455b013f28688318cd1e164e /.gitignore | |
parent | c71cc2db7f4b179e1a204a0045cea2d80c041874 (diff) | |
download | ruby-a3bf7a19d00c69bd7db2fa5dcb242a439825eb66.tar.gz |
.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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2e16569097..78b1a75843 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |