Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: tools/release/testdata/node/deps/v8/.gitignore

Issue 2744663005: Add script to update relevant changes to Node.js. (Closed)
Patch Set: address nits Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/release/testdata/node/deps/v8/.gitignore
diff --git a/tools/release/testdata/node/deps/v8/.gitignore b/tools/release/testdata/node/deps/v8/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..23c2024827bc2232e8f3eb18929068c9a0177351
--- /dev/null
+++ b/tools/release/testdata/node/deps/v8/.gitignore
@@ -0,0 +1,7 @@
+/unrelated
+/testing/gtest/*
+!/testing/gtest/include
+/testing/gtest/include/*
+!/testing/gtest/include/gtest
+/testing/gtest/include/gtest/*
+!/testing/gtest/include/gtest/gtest_prod.h

Powered by Google App Engine
This is Rietveld 408576698