39 lines
335 B
Plaintext
39 lines
335 B
Plaintext
# CMake
|
|
build*
|
|
cmake-build-*
|
|
|
|
# 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
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# JetBrains Fleet
|
|
.fleet
|
|
.cache
|