初次提交,包含c语言实现的,cirbuff和varray
This commit is contained in:
commit
64ad5e515e
9 changed files with 1178 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 常见文件
|
||||
*.o
|
||||
*.a
|
||||
*.i
|
||||
*.out
|
||||
*.so
|
||||
*.bak
|
||||
*.elf
|
||||
*.h.*
|
||||
.*
|
||||
|
||||
# 压缩文件
|
||||
*.gz
|
||||
*.tar
|
||||
*.xz
|
||||
|
||||
# 索引文件
|
||||
cscope.*
|
||||
ncscope.*
|
||||
tags
|
||||
|
||||
|
||||
# !
|
||||
!.gitignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue