Index: tools/release/update_node.py |
diff --git a/tools/release/update_node.py b/tools/release/update_node.py |
index e6c3e5f1b927416901c1e4bac7a276868637d066..d4d2eafa114794a27294bf21d16ba9929a9eca38 100755 |
--- a/tools/release/update_node.py |
+++ b/tools/release/update_node.py |
@@ -16,7 +16,9 @@ SUB_REPOSITORIES = [ ["testing", "gtest"], |
["third_party", "markupsafe"] ] |
DELETE_FROM_GITIGNORE = [ "/base", |
- "/testing/gtest" ] |
+ "/testing/gtest", |
+ "/third_party/jinja2", |
+ "/third_party/markupsafe" ] |
# Node.js requires only a single header file from gtest to build V8. |
# Both jinja2 and markupsafe are required to generate part of the inspector. |