Skip to content

Commit

Permalink
libpkcs: examples: add binary files to .gitignore
Browse files Browse the repository at this point in the history
Added exceptions for source, header, Makefile and
README files within example directories, therefore
the new examples will not be added to .gitignore.

Issue: ALB-11727
Signed-off-by: Rares Constantin <[email protected]>
  • Loading branch information
Rares Constantin committed Jul 16, 2024
1 parent cfe4070 commit f5517b8
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
examples/pkcs-keyop/pkcs-keyop
examples/pkcs-key-provision/pkcs-key-provision
examples/hse-sysimg/hse-sysimg
examples/hse-encrypt/hse-encrypt
examples/hse-secboot/hse-secboot
examples/trustzone-key-provision/target/hse-kek-provision
examples/trustzone-key-provision/target/hse-symkey-provision
examples/trustzone-key-provision/host/aes-gcm-key-encryption
examples/*
!examples/*/*.c
!examples/*/*.h
!examples/*/*.md
!examples/*/Makefile
*.so*
libhse/obj
libpkcs/obj
Expand Down

0 comments on commit f5517b8

Please sign in to comment.