tinkerbell / lint-install

Consistently install reasonable linter rules for open-source projects
Apache License 2.0
6 stars 7 forks source link

lint-install should add out/ to .gitignore #26

Closed mmlb closed 2 years ago

mmlb commented 3 years ago

Question says it all I think. lint-install is currently adding files to cwd which ends up showing up in git status. Should it check for out/ and add if missing?

tstromberg commented 3 years ago

Yes, it should. :)