From 72f452c1e2b6c65ad8154864c02b87ce6027a53f Mon Sep 17 00:00:00 2001 From: Wang Hao <991060@gmail.com> Date: Thu, 31 Oct 2024 10:38:14 +0800 Subject: [PATCH] Ignore the build and install dirs. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c67804d358d..749a936063b 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,6 @@ src/aws-cpp-sdk-core/include/aws/core/SDKConfig.h #temp codegen files tools/code-generation/smithy/codegen/cpp-smoke-tests/codegen_output/ + +build/ +install/