初始化配置文件

This commit is contained in:
flykhan 2023-07-24 15:32:53 +08:00
parent 6e5f30728b
commit b19828f9e4
2 changed files with 37 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
# ---> 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
# 自定义忽略
test

1
README.md Normal file
View File

@ -0,0 +1 @@
# 《啊哈算法》