Change /build to /build* in top-level .gitignore.

Reviewers: beanz

Differential Revision: https://reviews.llvm.org/D65559

llvm-svn: 367641
This commit is contained in:
Douglas Yung 2019-08-02 02:14:08 +00:00
parent 5a00b0772a
commit 087a574af0

2
.gitignore vendored
View File

@ -22,7 +22,7 @@
.DS_store
# Nested build directory
/build
/build*
#==============================================================================#
# Explicit files to ignore (only matches one).