[PATCH] D65559: Change /build to /build* in top-level .gitignore

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 19:13:59 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367641: Change /build to /build* in top-level .gitignore. (authored by dyung, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65559?vs=212748&id=212953#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65559/new/

https://reviews.llvm.org/D65559

Files:
  monorepo-root/trunk/.gitignore


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65559.212953.patch
Type: text/x-patch
Size: 382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/2bd7957a/attachment.bin>


More information about the llvm-commits mailing list