From 6514e3bded45ec57f5157afc6d2833fb4e40f271 Mon Sep 17 00:00:00 2001 From: "Mnushkin, Dmitry" Date: Mon, 21 Oct 2019 09:25:56 -0400 Subject: Add so-simulator project contribute simulator to onap project Issue-ID: SO-2463 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I0a3a71fdeb47cbbd686830045a8bc40769102a29 --- so-simulator/.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 so-simulator/.gitignore (limited to 'so-simulator/.gitignore') diff --git a/so-simulator/.gitignore b/so-simulator/.gitignore new file mode 100644 index 0000000000..f22dbba7d7 --- /dev/null +++ b/so-simulator/.gitignore @@ -0,0 +1,22 @@ +target +**/.settings +**/.classpath +**/.project +**/.buildpath +**/.factorypath +**/.springBeans +.idea +.checkstyle +.DS_Store +.*~ +*.iml +**/logs/ +**/debug-logs/ +*.class +*.swp +*.log +*.tmp +**/bin/ +/tattletale/ +/.metadata/ + -- cgit