commit 0c98c32ee1c922ec5eec97c8dcd89cab1f7b823f Author: Livox-SDK <45850995+Livox-SDK@users.noreply.github.com> Date: Thu Jan 3 17:21:51 2019 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..259148f --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9327f7 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# livox-sdk \ No newline at end of file