Skip to content

Commit

Permalink
Add build folder to gitignore. (#1488)
Browse files Browse the repository at this point in the history
Default cmake build folder in vscode is `"cmake.buildDirectory": "${workspaceFolder}/build"`.

Signed-off-by: Lipeng Zhu <lipeng.zhu@intel.com>
  • Loading branch information
lipzhu authored Jan 8, 2025
1 parent 6c09eea commit 8af35a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ nodes*.conf
tests/cluster/tmp/*
tests/rdma/rdma-test
tags
build/
build-debug/
build-release/
cmake-build-debug/
Expand Down

0 comments on commit 8af35a1

Please sign in to comment.