.gitignore 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. # Ignore editor artefacts
  2. /.dir-locals.el
  3. # Top level excludes
  4. /Makefile
  5. /MINFO
  6. /TABLE
  7. /*.pc
  8. /rehash.time
  9. /inc.*
  10. /makefile.*
  11. /out.*
  12. /tmp.*
  13. /configdata.pm
  14. # Links under apps
  15. /apps/CA.pl
  16. /apps/tsget
  17. /apps/tsget.pl
  18. /apps/md4.c
  19. # Auto generated headers
  20. /crypto/buildinf.h
  21. /include/crypto/*_conf.h
  22. /include/openssl/asn1.h
  23. /include/openssl/asn1t.h
  24. /include/openssl/bio.h
  25. /include/openssl/cmp.h
  26. /include/openssl/cms.h
  27. /include/openssl/conf.h
  28. /include/openssl/configuration.h
  29. /include/openssl/crmf.h
  30. /include/openssl/crypto.h
  31. /include/openssl/ct.h
  32. /include/openssl/err.h
  33. /include/openssl/ess.h
  34. /include/openssl/fipskey.h
  35. /include/openssl/lhash.h
  36. /include/openssl/ocsp.h
  37. /include/openssl/opensslv.h
  38. /include/openssl/pkcs12.h
  39. /include/openssl/pkcs7.h
  40. /include/openssl/safestack.h
  41. /include/openssl/srp.h
  42. /include/openssl/ssl.h
  43. /include/openssl/ui.h
  44. /include/openssl/x509.h
  45. /include/openssl/x509v3.h
  46. /include/openssl/x509_vfy.h
  47. # Auto generated doc files
  48. doc/man1/openssl-*.pod
  49. # Auto generated der files
  50. providers/common/der/der_digests_gen.c
  51. providers/common/der/der_dsa_gen.c
  52. providers/common/der/der_ec_gen.c
  53. providers/common/der/der_ecx_gen.c
  54. providers/common/der/der_rsa_gen.c
  55. providers/common/der/der_wrap_gen.c
  56. providers/common/der/der_sm2_gen.c
  57. providers/common/include/prov/der_dsa.h
  58. providers/common/include/prov/der_ec.h
  59. providers/common/include/prov/der_ecx.h
  60. providers/common/include/prov/der_rsa.h
  61. providers/common/include/prov/der_digests.h
  62. providers/common/include/prov/der_wrap.h
  63. providers/common/include/prov/der_sm2.h
  64. # error code files
  65. /crypto/err/openssl.txt.old
  66. /engines/e_afalg.txt.old
  67. /engines/e_capi.txt.old
  68. /engines/e_dasync.txt.old
  69. /engines/e_ossltest.txt.old
  70. # Executables
  71. /apps/openssl
  72. /test/sha256t
  73. /test/sha512t
  74. /test/gost2814789t
  75. /test/ssltest_old
  76. /test/*test
  77. /test/fips_aesavs
  78. /test/fips_desmovs
  79. /test/fips_dhvs
  80. /test/fips_drbgvs
  81. /test/fips_dssvs
  82. /test/fips_ecdhvs
  83. /test/fips_ecdsavs
  84. /test/fips_rngvs
  85. /test/fips_test_suite
  86. /test/ssltest_old
  87. /test/x509aux
  88. /test/v3ext
  89. /test/versions
  90. /test/ossl_shim/ossl_shim
  91. /test/rsa_complex
  92. /test/confdump
  93. /test/bio_prefix_text
  94. /test/evp_extra_test2
  95. # Certain files that get created by tests on the fly
  96. /test-runs
  97. /test/buildtest_*
  98. /test/provider_internal_test.cnf
  99. /test/fipsmodule.cnf
  100. /providers/fipsmodule.cnf
  101. # Fuzz stuff.
  102. # Anything without an extension is an executable on Unix, so we keep files
  103. # with extensions. And we keep the corpora subddir versioned as well.
  104. # Anything more generic with extensions that should be ignored will be taken
  105. # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
  106. /fuzz/*
  107. !/fuzz/README*
  108. !/fuzz/corpora
  109. !/fuzz/*.*
  110. # Misc auto generated files
  111. /doc/man7/openssl_user_macros.pod
  112. /tools/c_rehash
  113. /tools/c_rehash.pl
  114. /util/shlib_wrap.sh
  115. /tags
  116. /TAGS
  117. *.map
  118. *.ld
  119. /apps/progs.c
  120. /apps/progs.h
  121. # Windows (legacy)
  122. /tmp32
  123. /tmp32.dbg
  124. /tmp32dll
  125. /tmp32dll.dbg
  126. /out32
  127. /out32.dbg
  128. /out32dll
  129. /out32dll.dbg
  130. /inc32
  131. /MINFO
  132. /ms/bcb.mak
  133. /ms/libeay32.def
  134. /ms/nt.mak
  135. /ms/ntdll.mak
  136. /ms/ssleay32.def
  137. /ms/version32.rc
  138. # Files created on other branches that are not held in git, and are not
  139. # needed on this branch
  140. /include/openssl/asn1_mac.h
  141. /include/openssl/des_old.h
  142. /include/openssl/fips.h
  143. /include/openssl/fips_rand.h
  144. /include/openssl/krb5_asn.h
  145. /include/openssl/kssl.h
  146. /include/openssl/pq_compat.h
  147. /include/openssl/ssl23.h
  148. /include/openssl/tmdiff.h
  149. /include/openssl/ui_compat.h
  150. /test/fips_aesavs.c
  151. /test/fips_desmovs.c
  152. /test/fips_dsatest.c
  153. /test/fips_dssvs.c
  154. /test/fips_hmactest.c
  155. /test/fips_randtest.c
  156. /test/fips_rngvs.c
  157. /test/fips_rsagtest.c
  158. /test/fips_rsastest.c
  159. /test/fips_rsavtest.c
  160. /test/fips_shatest.c
  161. /test/fips_test_suite.c
  162. /test/shatest.c
  163. # Generated docs directories
  164. /doc/html
  165. /doc/man
  166. ##### Generic patterns
  167. # Auto generated assembly language source files
  168. *.s
  169. !/crypto/*/asm/*.s
  170. /crypto/arm*.S
  171. /crypto/*/*.S
  172. *.asm
  173. !/crypto/*/asm/*.asm
  174. # Object files
  175. *.o
  176. *.obj
  177. # editor artefacts
  178. *.swp
  179. .#*
  180. \#*#
  181. *~
  182. # Certificate symbolic links
  183. *.0
  184. # All kinds of libraries and executables
  185. *.a
  186. *.so
  187. *.so.*
  188. *.dylib
  189. *.dylib.*
  190. *.dll
  191. *.dll.*
  192. *.exe
  193. *.pyc
  194. *.exp
  195. *.lib
  196. *.pdb
  197. *.ilk
  198. *.def
  199. *.rc
  200. *.res
  201. # Misc generated stuff
  202. Makefile.save
  203. /crypto/**/lib
  204. /engines/**/lib
  205. /ssl/**/lib
  206. *.bak
  207. cscope.*
  208. *.d
  209. *.d.tmp
  210. pod2htmd.tmp
  211. # Windows manifest files
  212. *.manifest
  213. doc-nits