Skip to content

Commit 43eb608

Browse files
committed
gitignore: skip build dirs
Ignore the build directory. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent f29fe19 commit 43eb608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Normal west builds will place the Rust target directory under the build directory. However,
22
# sometimes IDEs and such will litter these target directories as well.
3+
build*/
34
target/
45

56
# None of this code is an application, so don't capture any of the dependencies in the lock file.

0 commit comments

Comments
 (0)