chore: expand .gitignore with common build/IDE artifacts

This commit is contained in:
2026-05-05 21:32:26 +02:00
parent 237f446c6e
commit c7704f42f7
+45 -4
View File
@@ -1,4 +1,45 @@
build/
*.exe
*.pdb
*.lib
# CMake
build
build-*
cmake-build-*
meson-build-*
# CMake build artifacts
__cmake*
# Xcode
*.xcworkspace
*.xcodeproj
# Visual Studio
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
.vs
# Makefile
Makefile
*.make
# nvim
.ccls
.ccls-cache
.cache
compile_commands.json
# Visual Studio Code
.vscode
# IntelliJ
.idea
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Dear ImGui
imgui.ini
# Compiled shaders
*.spv