.gitignore 1.7 KB

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