Skip to content

Commit c06a0be

Browse files
Add a new build directory to .gitignore (project-chip#35604)
* Add a new build directory to ,gitignore - `src/python_testing/matter_testing_infrastructure/build/` is recent and the result of bootstrap. It should not appear to dirty the tree. * Update .gitignore
1 parent 5a7d6ed commit c06a0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ out/
1313
/examples/virtual-device-app/android/App/buildSrc/build/
1414
/src/test_driver/nrfconnect/build/
1515
/src/darwin/Framework/build/
16+
/src/python_testing/matter_testing_infrastructure/build/
1617

1718
# Pigweed Environment
1819
.environment*/

0 commit comments

Comments
 (0)