Skip to content

Commit 087a574

Browse files
committed
Change /build to /build* in top-level .gitignore.
Reviewers: beanz Differential Revision: https://reviews.llvm.org/D65559 llvm-svn: 367641
1 parent 5a00b07 commit 087a574

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
@@ -22,7 +22,7 @@
2222
.DS_store
2323

2424
# Nested build directory
25-
/build
25+
/build*
2626

2727
#==============================================================================#
2828
# Explicit files to ignore (only matches one).

0 commit comments

Comments
 (0)