Browse Source

Initial commit

master
凯 魏 5 days ago
commit
415056d8df
2 changed files with 36 additions and 0 deletions
  1. +34
    -0
      .gitignore
  2. +2
    -0
      README.md

+ 34
- 0
.gitignore View File

@@ -0,0 +1,34 @@
# ---> C++
# 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


+ 2
- 0
README.md View File

@@ -0,0 +1,2 @@
# TrainCamp_weikai_Modbus


Loading…
Cancel
Save