Browse Source

Initial commit

朱维清 10 months ago
commit
ed5115ae32
2 changed files with 38 additions and 0 deletions
  1. +34
    -0
      .gitignore
  2. +4
    -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

+ 4
- 0
README.md View File

@ -0,0 +1,4 @@
# LevelDB-Project-KV
10215300402 朱维清
10222140408 谷杰

Loading…
Cancel
Save