andreaspeters commented on code in PR #423: URL: https://github.com/apache/mesos/pull/423#discussion_r843735158
########## support/gitignore: ########## @@ -39,3 +39,27 @@ CPPLINT.cfg .deps/ .libs/ *-stamp + +.clang-format +.clang-tidy +.gitlint +.pre-commit-config.yaml +.reviewboardrc +*/**/Makefile.in +CPPLINT.cfg +Makefile.in +aclocal.m4 +ar-lib +autom4te.cache/ +build/ +centos7/ +compile +config.guess +config.sub +configure +*~ Review Comment: I changed my mind, I think that does not have to be there. With that I want catch tmp files from my editor. But maybe that's to much. :sweat_smile: ########## support/setup-dev.sh: ########## @@ -27,7 +27,7 @@ __EOF__ fi if test ! -e .gitignore; then Review Comment: :+1: -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
