From aae71aa8e80b15a737c604e9cb5f0793cd47af0b Mon Sep 17 00:00:00 2001 From: charles-chenzz Date: Sun, 1 Oct 2023 12:22:42 +0800 Subject: [PATCH] update gitignore to indicate that where contributors can use global gitignore Signed-off-by: zefeng chen --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 73ba2c685..58fff8c76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# If you want to ignore files created by your editor/tools, please consider a +# [global .gitignore](https://help.github.com/articles/ignoring-files). + /bin/ /man/ coverage.txt