X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=0baa30521080c68e523f5f7184a8e07855702c28;hb=82900215c065938d70f2c2ad8c2abefe5c897fc7;hp=816688e38806acf105539d59264842afa1fa1df2;hpb=e7dbffd3fba8d9721a1a713ae0383f52893eb281;p=ric-plt%2Fe2mgr.git diff --git a/.gitignore b/.gitignore index 816688e..0baa305 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,14 @@ -/.idea/e2mgr.iml -/.idea/encodings.xml -/.idea/misc.xml -/.idea/modules.xml -/.idea/vcs.xml -/.idea/workspace.xml +/.idea/* .vscode/launch.json -/.idea/sonarIssues.xml *.o *.a -E2Manager/asn1codec/e2ap_engine/converter-example -E2Manager/asn1codec/tests/ +E2Manager/3rdparty/asn1codec/e2ap_engine/converter-example +E2Manager/3rdparty/asn1codec/tests/ E2Manager/cp.out -/Automation/Tests/ConfigurationUpdate/__pycache__/verifylogs.cpython-36.pyc -/Automation/Tests/Get-All-Nodes/__pycache__/getnodes.cpython-36.pyc -/Automation/Tests/LoadInfomation/__pycache__/Loadinformation_adding_data_and_overwrite.robot -/Automation/Tests/LoadInfomation/__pycache__/Loadinformation_verify_saving.robot -/Automation/Tests/LoadInfomation/__pycache__/__init__.robot -/Automation/Tests/LoadInfomation/__pycache__/config.py -/Automation/Tests/LoadInfomation/__pycache__/loadscripts.py -/Automation/Tests/Resource/__pycache__/config.cpython-36.pyc -/Automation/Tests/Resource/__pycache__/scripts.cpython-36.pyc +__pycache__/ +*.html +*.log +# documentation +.tox +docs/_build/ +/.gitreview