Files
CppNet/.gitignore
2023-11-16 05:16:37 +00:00

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/