mirror of
https://github.com/caozhiyi/CppNet.git
synced 2026-01-19 00:05:14 +08:00
20 lines
188 B
Plaintext
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
|