From a3bf7a19d00c69bd7db2fa5dcb242a439825eb66 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 22 Nov 2018 06:08:47 +0000 Subject: .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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1