diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-17 00:09:21 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-17 00:09:21 +0700 |
commit | bd4a3f4a30c0c8fe88c2fb100336ea24ff3829b8 (patch) | |
tree | bbb7d15d252444ef461c28d1cdcbeb0264a1c0bb /.gitignore | |
parent | FIx binary compatibility issues (diff) | |
download | BouncyCastle.NET-ed25519-bd4a3f4a30c0c8fe88c2fb100336ea24ff3829b8.tar.xz |
Basic setup for signing assemblies post-build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ed8b2bc4f..65339dcef 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,8 @@ _Resharper*/ .idea/ .store/ .vs/ +BC_codesign.p12 +BC_password.txt *.nuget.props *.nuget.targets |