From 842572a4ca53427b429ade1e78e856d032a7c552 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 27 Aug 2020 11:16:01 -0400 Subject: [PATCH] Updating .gitignore for IntelliJ Issue-ID: OAM-154 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ieec12a0f903af50e4f1fcc2be57da6b1fd11bfce --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7ffb7de..1b2c014 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,10 @@ target/ # Opendaylight yang-tools yang-gen-sal/ +#IntelliJ related +.idea +*.iml + # Eclipse related .project .classpath -- 2.16.6