From a47a6de1c55b96d1f75252f02f7828d92caf6d5a Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 1 May 2020 13:55:32 -0400 Subject: Added build directory to .gitignore Added build directory to .gitignore. Without this, recent sonar scans are including generated source files under build/lib as uncovered source, which is not correct. Change-Id: Ic24a438313bc09271d306c7eff97aab8e083efca Issue-ID: CCSDK-2354 Signed-off-by: Dan Timoney --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1c61431..85cda7b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ helm/nosetests.xml **/*.egg-info **/.testenv .vscode/* +**/build -- cgit 1.2.3-korg