mirror of
https://github.com/caozhiyi/CppNet.git
synced 2026-01-12 00:19:01 +08:00
25 lines
243 B
Plaintext
25 lines
243 B
Plaintext
# Ignore all files without extension.
|
|
# If you need to git-add a file without extension, add -f
|
|
*
|
|
!*.*
|
|
!*/
|
|
build/
|
|
*.o
|
|
*.a
|
|
*.log
|
|
*.vs
|
|
*64
|
|
*32
|
|
*.db
|
|
*vscode
|
|
*DEBUG
|
|
*RELEASE
|
|
*.pro
|
|
*.user
|
|
*bug
|
|
|
|
# compdb files
|
|
.cache/
|
|
compile_commands.json
|
|
.clangd/
|