umlaeute / v4l2loopback

v4l2-loopback device
GNU General Public License v2.0
3.73k stars 531 forks source link

Added `v4l2loopback-ctl.o` to .gitignore #565

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

After building this project, there is an artefact (v4l2loopback-ctl.o) not included in the gitignore. Someone could mistakenly upload this by not noticing it is there along with the commit. This PR adds the said artefact to gitignore to avoid mistakenly pushing it with one's commits.