.gitignore 1.6 KB

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