42 lines
352 B
Plaintext
42 lines
352 B
Plaintext
# CMake
|
|
build*
|
|
cmake-build-*
|
|
meson-build-*
|
|
*.out
|
|
*.exe
|
|
|
|
# Xcode
|
|
*.xcworkspace
|
|
*.xcodeproj
|
|
|
|
# Visual Studio
|
|
*.sln
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
.vs
|
|
|
|
# Makefile
|
|
Makefile
|
|
*.make
|
|
|
|
# nvim
|
|
.ccls
|
|
.ccls-cache
|
|
compile_commands.json
|
|
|
|
# Visual Studio Code
|
|
.vscode
|
|
|
|
# JetBrains
|
|
.idea
|
|
.fleet
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Cache
|
|
.cache
|