第五章完结

This commit is contained in:
lzy
2024-04-01 15:38:16 +08:00
parent bacc769f09
commit 1a690b5737
8 changed files with 720 additions and 8 deletions

6
.gitignore vendored
View File

@@ -1,17 +1,13 @@
# 忽略所有文件
*
# 不忽略目录,因为我们需要查找目录中的.c和.h文件
# 不忽略目录
!/**/
# 不忽略.gitignore和README.md文件
!.gitignore
!README.md
# 不忽略LICENSE文件
!LICENSE
# 允许跟踪所有的.c和.h文件
!**/*.c
!**/*.h
!**/*.md