.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # Object files
  2. *.o
  3. *.obj
  4. # editor artefacts
  5. *.swp
  6. .#*
  7. #*#
  8. *~
  9. # Top level excludes
  10. /Makefile.bak
  11. /Makefile
  12. /*.a
  13. /include
  14. /*.pc
  15. /rehash.time
  16. # Most *.c files under test/ are symlinks
  17. /test/*.c
  18. # Apart from these
  19. !/test/asn1test.c
  20. !/test/methtest.c
  21. !/test/dummytest.c
  22. !/test/igetest.c
  23. !/test/r160test.c
  24. !/test/fips_algvs.c
  25. /test/*.ss
  26. /test/*.srl
  27. /test/.rnd
  28. /test/test*.pem
  29. /test/newkey.pem
  30. # Certificate symbolic links
  31. *.0
  32. # Links under apps
  33. /apps/CA.pl
  34. /apps/md4.c
  35. # Auto generated headers
  36. /crypto/buildinf.h
  37. /crypto/opensslconf.h
  38. # Auto generated assembly language source files
  39. *.s
  40. !/crypto/bn/asm/pa-risc2.s
  41. !/crypto/bn/asm/pa-risc2W.s
  42. crypto/aes/asm/a_win32.asm
  43. crypto/bf/asm/b_win32.asm
  44. crypto/bn/asm/bn_win32.asm
  45. crypto/bn/asm/co_win32.asm
  46. crypto/bn/asm/mt_win32.asm
  47. crypto/cast/asm/c_win32.asm
  48. crypto/cpu_win32.asm
  49. crypto/des/asm/d_win32.asm
  50. crypto/des/asm/y_win32.asm
  51. crypto/md5/asm/m5_win32.asm
  52. crypto/rc4/asm/r4_win32.asm
  53. crypto/rc5/asm/r5_win32.asm
  54. crypto/ripemd/asm/rm_win32.asm
  55. crypto/sha/asm/s1_win32.asm
  56. crypto/sha/asm/sha512-sse2.asm
  57. # Executables
  58. /apps/openssl
  59. /test/sha256t
  60. /test/sha512t
  61. /test/*test
  62. /test/fips_aesavs
  63. /test/fips_desmovs
  64. /test/fips_dhvs
  65. /test/fips_drbgvs
  66. /test/fips_dssvs
  67. /test/fips_ecdhvs
  68. /test/fips_ecdsavs
  69. /test/fips_rngvs
  70. /test/fips_test_suite
  71. *.so*
  72. *.dylib*
  73. *.dll*
  74. # Exceptions
  75. !/test/bctest
  76. !/crypto/des/times/486-50.sol
  77. # Misc auto generated files
  78. /tools/c_rehash
  79. /test/evptests.txt
  80. lib
  81. Makefile.save
  82. *.bak
  83. # Windows
  84. /tmp32dll
  85. /tmp32dll.dbg
  86. /out32dll
  87. /out32dll.dbg
  88. /inc32
  89. /MINFO
  90. ms/bcb.mak
  91. ms/libeay32.def
  92. ms/nt.mak
  93. ms/ntdll.mak
  94. ms/ssleay32.def
  95. ms/version32.rc