From 85f44a8cfbe1fce32dc73fb6e29ed7a87deaba0c Mon Sep 17 00:00:00 2001 From: Alex Stancu Date: Wed, 13 Nov 2019 10:55:03 +0200 Subject: [PATCH] Add .gitignore file. Fix typo in name in INFO.yaml Signed-off-by: Alex Stancu Change-Id: If4ca18f2cbaed4ca9b2ca2f349a083f8d29abbce --- .gitignore | 6 ++++++ INFO.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b271380 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.cproject +.project + +# documentation +.tox +docs/_build/ \ No newline at end of file diff --git a/INFO.yaml b/INFO.yaml index a6036ea..3388ab9 100644 --- a/INFO.yaml +++ b/INFO.yaml @@ -34,7 +34,7 @@ repositories: - 'sim/o1-interface' committers: - <<: *oran_sim_o1-interface_ptl - - name: 'Michael Drre' + - name: 'Michael Duerre' email: 'michael.duerre@highstreet-technologies.com' company: 'highstreet technologies GmbH' id: 'metaljackL' -- 2.16.6