diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-08-31 17:38:52 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2023-10-16 11:54:43 +0100 |
commit | 74eed2c34d86f9c55ba4200f040fbe861879f254 (patch) | |
tree | 6ac5e3049a1b574e1ee6b15b36fae787633ffc37 /.gitignore | |
parent | 694b13a129ea1b070aad3a95fe1f19917136bc96 (diff) |
Add NCMP Stub documentation to RTD
-add new pages fot Stubs
-fixed spleeting erros
-added file with accepatbel cps terms for spell check
Issue-ID: CPS-1858
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I71fdeb29b015067d208e404bed8ac53b03810c00
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/ |