diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-23 12:12:10 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-23 12:12:10 +0000 |
commit | ec9e886b6397e19fe0be5fcf5e3e1363c91f33fd (patch) | |
tree | 180e84e2603a422db101a90bb41ce62fdba6c3f8 /.gitignore | |
parent | a93ce3e1b87bea671fc4f47a19060faf2e23789f (diff) | |
download | bundler-ec9e886b6397e19fe0be5fcf5e3e1363c91f33fd.tar.gz |
Ignore more DLEXT files [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ecdfe72781..e03e17e9d1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.a *.bak *.bc +*.bundle *.dSYM *.dmyh *.dylib @@ -20,6 +21,8 @@ *.rej *.s *.sav +*.sl +*.so *.swp *.yarb *~ |