From: Lvbo163 Date: Tue, 31 Jul 2018 02:35:52 +0000 (+0800) Subject: add .gitignore file X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4576a08505099495bfedfaafcfb8b11d26fefbf4;p=msb%2Fservice-mesh.git add .gitignore file set gitignore file file for msb2pilot Issue-ID: MSB-231 Change-Id: I364bb86690f6eda5662949ad4bcdd43afd3e6d78 Signed-off-by: Lvbo163 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b452f72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so +*.log +msb2pilot +config + +# Folders +_obj +.idea +.vscode \ No newline at end of file