Files
CppNet/.gitignore
2019-12-05 22:20:23 +08:00

20 lines
188 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