Skip to content

Commit

Permalink
Publish BoringSSL sources
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jun 11, 2024
1 parent 6f933e5 commit e54753b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"binding.js",
"CMakeLists.txt",
"lib",
"prebuilds"
"prebuilds",
"vendor/boringssl"
],
"scripts": {
"test": "standard & bare test.js"
Expand Down
29 changes: 29 additions & 0 deletions vendor/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
boringssl/**

!boringssl/CMakeLists.txt
!boringssl/LICENSE
!boringssl/cmake/**
!boringssl/gen/**
!boringssl/ssl/**
!boringssl/crypto/**
!boringssl/util/**
!boringssl/pki/**
!boringssl/decrepit/**
!boringssl/tool/**
!boringssl/include/**
!boringssl/third_party/googletest/**
!boringssl/third_party/fiat/**

boringssl/**/.clang-format
boringssl/**/.github
boringssl/**/*.py
boringssl/**/*.sh
boringssl/**/*.md
boringssl/**/*.bzl
boringssl/**/*.bazel
boringssl/**/*.gn
boringssl/**/*.chromium
boringssl/**/*.toplevel

boringssl/**/docs
boringssl/**/testdata

0 comments on commit e54753b

Please sign in to comment.