From a02d17870a9cbacb9bd15786a3888a937ddfec21 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 21 Sep 2020 20:58:57 +0800 Subject: [PATCH] gitignore: ignore agent version.rs It is auto-generated. Signed-off-by: Peng Tao --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c5f3a1c34..2c1c59761a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/*.rej **/target **/.vscode +src/agent/src/version.rs