Skip to content

Commit b67fe27

Browse files
authored
fix: ignore build and zed editor config (#16)
1 parent e37daca commit b67fe27

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ install_manifest.txt
4444
compile_commands.json
4545
CTestTestfile.cmake
4646
_deps
47-
/bin*
47+
/[Bb]in*
48+
/[Bb]uild*
4849
include/vendored/*
4950
!include/vendored/vendored.cmake
5051
### CMake Patch ###
@@ -67,6 +68,9 @@ CMakeUserPresets.json
6768
# Built Visual Studio Code Extensions
6869
*.vsix
6970

71+
### Zed ###
72+
.zed/
73+
7074
### VisualStudioCode Patch ###
7175
# Ignore all local history of files
7276
.history

0 commit comments

Comments
 (0)