# Ignore everything
*
# But not these files...
!.gitignore
!README.md
!get-capability-tpm-prop-fixed.bin
!*.sh
!*.c
!*.h

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