From: Martin Skorupski Date: Fri, 3 Nov 2023 11:16:03 +0000 (+0100) Subject: Create directory specific .gitignore X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b1cc1f5efa160bc1294e839baec99c0dfe00f9fe;p=oam.git Create directory specific .gitignore - gitignore created Issue-ID: OAM-381 Change-Id: I30f4b3d353114a0cd5a3fbc10c4771b20c478748 Signed-off-by: Martin Skorupski --- diff --git a/code/network-generator/.gitignore b/code/network-generator/.gitignore index 2025efe..69c8a22 100644 --- a/code/network-generator/.gitignore +++ b/code/network-generator/.gitignore @@ -15,8 +15,8 @@ # This temporary gitignore just hides code artifacts which are not ready to # be published now. -./distribution/ -./docs/ -./network_generation/ -./tests/ +distribution +docs +network_generation +tests