Skip to content

Commit 1375882

Browse files
kaadambryanpkc
authored andcommitted
Ignore all build directories which starts with 'build'
Often it is necessary to manage more build diretories in parallel which are not handled in gitignore file. So this PR aims to extend the build pattern with an 'asterisk' to match any build diretories which starts with build.
1 parent d8ebef3 commit 1375882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build/
1+
build*/
22

33
VERSION
44
.vscode

0 commit comments

Comments
 (0)