hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports
http://rubygems.org/gems/serialport
GNU General Public License v2.0
246 stars 58 forks source link

add lib/*.so to .gitignore #42

Closed ghost closed 10 years ago

ghost commented 11 years ago

i added this because it would put the *so in lib when building it. it might be better to move the building to ./build and just ignore that.