From: 김새롬/Tizen Platform Lab(S/W센터)/S5(책임)/삼성전자 Date: Fri, 24 Feb 2017 01:47:01 +0000 (+0900) Subject: Initial commit X-Git-Tag: submit/tizen/20170828.225740~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc28ac95fb6b8a059659f16fde42bc76ea196c70;p=platform%2Fcore%2Fapi%2Fwifi-mesh.git Initial commit --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f805e81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su diff --git a/README.md b/README.md new file mode 100644 index 0000000..648578f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# mesh \ No newline at end of file