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

Unified Diff: third_party/.gitignore

Issue 1319703002: Breaking Change: merge BoringSSL branch into master (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « tests/standalone/standalone.status ('k') | third_party/boringssl/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/.gitignore
diff --git a/third_party/.gitignore b/third_party/.gitignore
index cbe3480829d52e6944915bef3d36a538d2828de7..a55ad28de75893027240f59deb79227ccfb28435 100644
--- a/third_party/.gitignore
+++ b/third_party/.gitignore
@@ -1,7 +1,9 @@
# ignore everything
*
-# except for items in the pkg directory and self
+# except for items in the pkg directory and self.
+# except for our files in boringssl. The checkout is in boringssl/src.
!.gitignore
!pkg
!pkg_tested
+!boringssl
!d8
« no previous file with comments | « tests/standalone/standalone.status ('k') | third_party/boringssl/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698