Skip to content

Commit 403b2fb

Browse files
Copilotchhwang
andcommitted
Remove unnecessary CMake build artifacts from PR
- Remove build_test/ directory containing CMake cache and build files - Update .gitignore to exclude build_*/ pattern to prevent future accidents These CMake artifacts (CMakeCache.txt, CMakeFiles/, generated headers) were accidentally committed and should never be in version control. Co-authored-by: chhwang <8018170+chhwang@users.noreply.github.com>
1 parent 4823583 commit 403b2fb

10 files changed

Lines changed: 1 addition & 1733 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.vscode/
22
build/
3+
build_*/
34
__pycache__
45
.*.swp
56
*.so

build_test/CMakeCache.txt

Lines changed: 0 additions & 390 deletions
This file was deleted.

0 commit comments

Comments
 (0)