mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
27 lines
269 B
Plaintext
27 lines
269 B
Plaintext
# Compilation Database
|
|
compile_commands.json
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Qt / Qt Creator
|
|
*.user
|
|
*.qm
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
CMakeSettings.json
|
|
out/
|
|
build**/
|
|
*build/
|
|
|
|
# IntelliJ-based IDE Trash
|
|
.idea/
|
|
*.iml
|
|
cmake-build-debug/
|
|
cmake-build-release/
|
|
|
|
# OSS VSCode
|
|
.vscode/
|
|
.cache
|