34 lines
258 B
Plaintext
34 lines
258 B
Plaintext
# Xmake build directories
|
|
.xmake/
|
|
build/
|
|
build32/
|
|
build64/
|
|
|
|
# Compiled binaries
|
|
*.exe
|
|
*.out
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.lib
|
|
*.so
|
|
*.dll
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.sln
|
|
*.vcxproj*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
3rd/
|
|
lib/
|
|
compile_commands.json
|