.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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.orig
  12. /MINFO
  13. /TABLE
  14. /*.a
  15. /*.pc
  16. /rehash.time
  17. /inc.*
  18. /makefile.*
  19. /out.*
  20. /tmp.*
  21. /configdata.pm
  22. # *all* Makefiles
  23. Makefile
  24. /test/*.ss
  25. /test/*.srl
  26. /test/.rnd
  27. /test/test*.pem
  28. /test/newkey.pem
  29. /test/*.log
  30. # Certificate symbolic links
  31. *.0
  32. # Links under apps
  33. /apps/CA.pl
  34. /apps/tsget
  35. /apps/md4.c
  36. # Auto generated headers
  37. /crypto/buildinf.h
  38. /crypto/include/internal/*_conf.h
  39. /openssl/include/opensslconf.h
  40. /util/domd
  41. # Auto generated assembly language source files
  42. *.s
  43. !/crypto/*/asm/*.s
  44. /crypto/arm*.S
  45. /crypto/*/*.S
  46. *.asm
  47. !/crypto/*/asm/*.asm
  48. # Executables
  49. /apps/openssl
  50. /fuzz/asn1
  51. /fuzz/asn1parse
  52. /fuzz/bignum
  53. /fuzz/bndiv
  54. /fuzz/conf
  55. /fuzz/cms
  56. /fuzz/server
  57. /fuzz/x509
  58. /test/sha256t
  59. /test/sha512t
  60. /test/gost2814789t
  61. /test/ssltest_old
  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. /test/ssltest_old
  73. /test/x509aux
  74. *.so*
  75. *.dylib*
  76. *.dll*
  77. *.exe
  78. # Exceptions
  79. !/test/bctest
  80. !/crypto/des/times/486-50.sol
  81. # Misc auto generated files
  82. /include/openssl/opensslconf.h
  83. /tools/c_rehash
  84. /crypto/**/lib
  85. /engines/**/lib
  86. /ssl/**/lib
  87. Makefile.save
  88. *.bak
  89. /tags
  90. /TAGS
  91. cscope.*
  92. *.d
  93. /crypto.map
  94. /ssl.map
  95. # Windows
  96. /tmp32
  97. /tmp32.dbg
  98. /tmp32dll
  99. /tmp32dll.dbg
  100. /out32
  101. /out32.dbg
  102. /out32dll
  103. /out32dll.dbg
  104. /inc32
  105. /MINFO
  106. /ms/.rnd
  107. /ms/bcb.mak
  108. /ms/libeay32.def
  109. /ms/nt.mak
  110. /ms/ntdll.mak
  111. /ms/ssleay32.def
  112. /ms/version32.rc
  113. # Files created on other branches that are not held in git, and are not
  114. # needed on this branch
  115. /include/openssl/asn1_mac.h
  116. /include/openssl/des_old.h
  117. /include/openssl/fips.h
  118. /include/openssl/fips_rand.h
  119. /include/openssl/krb5_asn.h
  120. /include/openssl/kssl.h
  121. /include/openssl/pq_compat.h
  122. /include/openssl/ssl23.h
  123. /include/openssl/tmdiff.h
  124. /include/openssl/ui_compat.h
  125. /test/fips_aesavs.c
  126. /test/fips_desmovs.c
  127. /test/fips_dsatest.c
  128. /test/fips_dssvs.c
  129. /test/fips_hmactest.c
  130. /test/fips_randtest.c
  131. /test/fips_rngvs.c
  132. /test/fips_rsagtest.c
  133. /test/fips_rsastest.c
  134. /test/fips_rsavtest.c
  135. /test/fips_shatest.c
  136. /test/fips_test_suite.c
  137. /test/shatest.c