Reviewers: jochen (slow), Jakob, hinoka, tandrii,
Message:
PTAL. See attached bug. Bot_update runs "git clean -dff" which removes
third_party/icu on each update. This leads to unnecessary rebuilds in each
run.
It is not removed if the parent dir is already ignored.
Description:
Let git ignore the third_party dir to avoid unnecessary clean-ups.
BUG=chromium:433273
LOG=n
Please review this at https://codereview.chromium.org/728983004/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -0 lines):
M .gitignore
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index
d0407f37f124f5aafbbf671d4b29702d1561fa86..50073d51c76752d71a9012b91337441c24d5c02f
100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,6 +66,7 @@ shell_g
/test/test262-es6/tc39-test262-*
/testing/gmock
/testing/gtest
+/third_party
/third_party/icu
/third_party/llvm
/tools/jsfunfuzz
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.