From 81f7a14dea951b8d5871b0e0d4fe0de5c0682c62 Mon Sep 17 00:00:00 2001 From: chenjq Date: Mon, 20 Apr 2026 03:56:25 +0000 Subject: [PATCH] Initial commit --- .gitignore | 30 ++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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