Files
Linux-C-Notes/.gitignore
2024-04-01 15:38:16 +08:00

13 lines
86 B
Plaintext

*
# 不忽略目录
!/**/
!.gitignore
!README.md
!LICENSE
!**/*.c
!**/*.h
!**/*.md