From d5869da4e63b6bed7b7a026aa683789a5b8d0657 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Fri, 3 Nov 2023 12:05:03 +0100 Subject: [PATCH] Create directory specific .gitignore - gitignore created Issue-ID: OAM-381 Change-Id: I580b7bbb319daf9328b34e2e6a1a6368a4e2f1f0 Signed-off-by: Martin Skorupski --- code/network-generator/.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 code/network-generator/.gitignore diff --git a/code/network-generator/.gitignore b/code/network-generator/.gitignore new file mode 100644 index 0000000..2025efe --- /dev/null +++ b/code/network-generator/.gitignore @@ -0,0 +1,22 @@ +# Copyright 2023 highstreet technologies GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# This temporary gitignore just hides code artifacts which are not ready to +# be published now. + +./distribution/ +./docs/ +./network_generation/ +./tests/ + -- 2.16.6