diff --git a/.gitignore b/.gitignore index 2895733..d4edd11 100644 --- a/.gitignore +++ b/.gitignore @@ -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