Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand All @@ -67,6 +68,9 @@ CMakeUserPresets.json
# Built Visual Studio Code Extensions
*.vsix

### Zed ###
.zed/

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
Expand Down