diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-10-16 16:11:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-10-16 16:11:21 +0000 |
commit | 263bde5fc28bf26982e94aaaf827865139a1868f (patch) | |
tree | 8ca541fd089bdc66351610cf2e0fac33ffe13cf7 /.gitignore | |
parent | 624f04c03146e002bab2ca88e55b7f586c6e1aff (diff) | |
parent | 74eed2c34d86f9c55ba4200f040fbe861879f254 (diff) |
Merge "Add NCMP Stub documentation to RTD"
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b4abc48bc7..c59fc4731d 100755 --- a/.gitignore +++ b/.gitignore @@ -27,10 +27,10 @@ tmp/ .checkstyle /.tox -/_build/* /__pycache__/* /docs/docs/ /docs/.vscode/ +/docs/_build/* /test-tools/metrics-reports/ |