janbar / noson

C++ library for accessing SONOS devices.
GNU General Public License v3.0
27 stars 9 forks source link

Extend .gitignore #18

Closed newinnovations closed 5 months ago

newinnovations commented 1 year ago

Thanks for a great library.

When I build it, it creates several build related files not currently covered by .gitignore. This is a small update to cover those files as well.

janbar commented 5 months ago

That is a normal behavior if you build it inside the source tree. The best practice is to build it outside the source tree.