# Ignore everything
*
# But not these files...
!.gitignore
!README.md
!get-capability-tpm-prop-fixed.bin
!ek-template-default.bin
!event*.bin
!*.sh
!*.c
!*.h
!integration/fixtures/*

# ...even if they are in subdirectories
!*/

# But do ignore the generated ECC files
integration/fapi/*_ecc.sh
