commit 81f7a14dea951b8d5871b0e0d4fe0de5c0682c62 Author: chenjq Date: Mon Apr 20 03:56:25 2026 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14b117c --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# ---> C++ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# 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..30eb4fd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MesApi + +Mes相关接口dll \ No newline at end of file