.gitattributes 693 B

1234567891011121314151617
  1. *.bin binary
  2. *.der binary
  3. /fuzz/corpora/** binary
  4. *.pfx binary
  5. # For git archive
  6. fuzz/corpora/** export-ignore
  7. Configurations/*.norelease.conf export-ignore
  8. # We generally avoid anything with a name starting with a period.
  9. # However, .ctags.d is precious, so we don't ignore that.
  10. .* export-ignore
  11. .ctags.d !export-ignore
  12. util/mktar.sh export-ignore
  13. krb5 export-ignore
  14. pyca-cryptography export-ignore
  15. dev export-ignore
  16. gost-engine export-ignore