diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-01 13:55:32 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-01 13:55:32 -0400 |
commit | a47a6de1c55b96d1f75252f02f7828d92caf6d5a (patch) | |
tree | 2e33fcb76ae2aec4722f96c7c825092d4c32cc94 | |
parent | c319ab77392429d8fd71f031097aafe513cf822d (diff) |
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 <dtimoney@att.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ helm/nosetests.xml **/*.egg-info **/.testenv .vscode/* +**/build |