aboutsummaryrefslogtreecommitdiff
path: root/cc/.bazelignore
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2022-08-02 04:30:06 -0700
committerCopybara-Service <copybara-worker@google.com>2022-08-02 04:31:48 -0700
commit777181d754e37f9aa2ea2d7fcbdb5b1012b3b9e6 (patch)
tree318314d586392c62061258982496543c720e8833 /cc/.bazelignore
parent2c794f9b394c83e2e4975133b19bd8590c6a270b (diff)
downloadtink-777181d754e37f9aa2ea2d7fcbdb5b1012b3b9e6.tar.gz
Move examples for Tink C++ to the project's folder
PiperOrigin-RevId: 464756776
Diffstat (limited to 'cc/.bazelignore')
-rw-r--r--cc/.bazelignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/.bazelignore b/cc/.bazelignore
index ae24ec143..97bebe7d2 100644
--- a/cc/.bazelignore
+++ b/cc/.bazelignore
@@ -1,3 +1,5 @@
# Ignore AWS-KMS and Cloud KMS integrations which are in thier own WORKSPACEs.
integration/awskms
integration/gcpkms
+# Ignore examples.
+examples