.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Object files
  2. *.o
  3. # Top level excludes
  4. /Makefile.bak
  5. /Makefile
  6. /*.a
  7. /include
  8. /*.pc
  9. /rehash.time
  10. # Most *.c files under test/ are symlinks
  11. /test/*.c
  12. # Apart from these
  13. !/test/asn1test.c
  14. !/test/methtest.c
  15. !/test/dummytest.c
  16. !/test/igetest.c
  17. !/test/r160test.c
  18. !/test/fips_algvs.c
  19. # Certificate symbolic links
  20. *.0
  21. # Links under apps
  22. /apps/CA.pl
  23. /apps/md4.c
  24. # Auto generated headers
  25. /crypto/buildinf.h
  26. /crypto/opensslconf.h
  27. # Auto generated assembly language source files
  28. *.s
  29. !/crypto/bn/asm/pa-risc2.s
  30. !/crypto/bn/asm/pa-risc2W.s
  31. # Executables
  32. /apps/openssl
  33. /test/sha256t
  34. /test/sha512t
  35. /test/*test
  36. /test/fips_aesavs
  37. /test/fips_desmovs
  38. /test/fips_dhvs
  39. /test/fips_drbgvs
  40. /test/fips_dssvs
  41. /test/fips_ecdhvs
  42. /test/fips_ecdsavs
  43. /test/fips_rngvs
  44. /test/fips_test_suite
  45. *.so*
  46. *.dylib*
  47. *.dll*
  48. # Exceptions
  49. !/test/bctest
  50. !/crypto/des/times/486-50.sol
  51. # Misc auto generated files
  52. /tools/c_rehash
  53. /test/evptests.txt
  54. lib
  55. Makefile.save
  56. *.bak
  57. # FIPS module specific files.
  58. /fips/fips_auth.h
  59. /fips/fips_standalone_sha1
  60. /fips/fipscanister.o.sha1