Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Ignore the submodule
cpp/pkcs11test

# ignore Bazel's own output symlinks
bazel-inc_security_crypto
bazel-bin
bazel-out
bazel-testlogs
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.aarch64-unknown-nto-qnx800]
linker = "qcc"
rustflags = ["-C", "link-arg=-Vgcc_ntoaarch64le"]
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ styles/
.venv
__pycache__/
/.coverage

# Ignore C++ native build directory
/cpp/build/*

# Rust
target/
**/*.rs.bk

# VSCode
.vscode/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "cpp/pkcs11test"]
path = cpp/pkcs11test
url = https://github.com/google/pkcs11test.git
21 changes: 0 additions & 21 deletions .vscode/extensions.json

This file was deleted.

Loading
Loading