Skip to content

Commit

Permalink
.gitignore: make build excluded over all folders in the project
Browse files Browse the repository at this point in the history
Current /build* ignore pattern will exclude build only in the root
of the project.
In some cases it is needed build folder to be located in app folder or
anywhere else in the project.
This PR fixes this behaviour.

Signed-off-by: Alexander Kozhinov <[email protected]>
  • Loading branch information
KozhinovAlexander authored and henrikbrixandersen committed Oct 20, 2024
1 parent 0295649 commit 4f33384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
.venv

# build
/build*
/twister-out*
**/build*

__pycache__/

Expand Down

0 comments on commit 4f33384

Please sign in to comment.