From b3b2fcd14e9b69375112c23e148f7553972adb68 Mon Sep 17 00:00:00 2001 From: Delta18-Git <64347927+Delta18-Git@users.noreply.github.com> Date: Sat, 24 May 2025 14:53:08 +0530 Subject: [PATCH] fix: ignore build and zed editor config --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af68860..b03c5ce 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,8 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake _deps -/bin* +/[Bb]in* +/[Bb]uild* include/vendored/* !include/vendored/vendored.cmake ### CMake Patch ### @@ -67,6 +68,9 @@ CMakeUserPresets.json # Built Visual Studio Code Extensions *.vsix +### Zed ### +.zed/ + ### VisualStudioCode Patch ### # Ignore all local history of files .history