From 8216c91e88463e84fe825edb4a48e9effca79e8e Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 14 Jul 2015 23:04:34 +0200 Subject: [PATCH] Improve .gitignore. --- .gitignore | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 5a8b792..55f1e75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,15 @@ -.bundle -.config -coverage -doc/ -*.gem -Gemfile.lock -InstalledFiles -Kookfile -lib/bundler/man -pkg -*.rbc -rdoc -spec/reports -test/tmp -test/version_tmp -tmp -vendor -_yardoc -.yardoc +*.a +/.bundle/ +/coverage/ +/doc/ +/Gemfile.lock +/Kookfile +mkmf.log +*.o +/pkg/ +*.so +/spec/reports/ +/tmp/ +/vendor/ +/_yardoc/ +/.yardoc