cf-natali commented on pull request #390: URL: https://github.com/apache/mesos/pull/390#issuecomment-846131414
Hey @andreaspeters , there's already a `gitignore` file, in `support/gitignore`. A link is created by the `./support/setup_dev.sh` script: ``` cf@thinkpad:~/src/mesos$ ls -l .gitignore lrwxrwxrwx 1 cf cf 17 8 avril 2020 .gitignore -> support/gitignore cf@thinkpad:~/src/mesos$ ``` You should run `./support/setup_dev.sh` as recommended in the developer guide: https://github.com/apache/mesos/blob/master/docs/advanced-contribution.md#create-your-patch - it will add git hooks etc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
