This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push: new 8f00839 Add gitignore for files generated during test new 22b0f09 Merge pull request #1473 from wwbmmm/add_gitignore 8f00839 is described below commit 8f0083999ee4e6742b981627cd057a09f579bcbd Author: wangweibing <wangweib...@baidu.com> AuthorDate: Mon Jul 12 03:12:33 2021 +0000 Add gitignore for files generated during test --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index ac58035..bdd2100 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,13 @@ cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake +/CPackSourceConfig.cmake +/CPackConfig.cmake /cmake-build-debug/ +/googletest-download/ +/googletest-src/ +/test/rpc_data/ +/test/monitor/ +/test/curl.out +/test/out.txt +/test/recordio_ref.io --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org