haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.92k stars 338 forks source link

Create .gitignore #10

Closed codingo closed 6 years ago

codingo commented 6 years ago

Currently building subjack will break the link with github forcing compiled binaries to have to be deleted before updating. It would be good to at least have 'main' in gitignore to prevent this. I've also added some other items of value, however feel free to limit this to compiled binaries if preferable.

haccer commented 6 years ago

I don't think having main in the .gitignore is really necessary, and I don't really see anyone following the same trend.