From 1955434d0398fa596879f95ee58d5e5b79f3b553 Mon Sep 17 00:00:00 2001 From: dschen <438254702@qq.com> Date: Tue, 14 Sep 2021 16:59:03 +0800 Subject: [PATCH] Ignore the folder of 'install' --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9682782fa..ba34c5923 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Add by dschen +/install/ + /build/ /build-*/ *.pyc