.gitignore 4.6 KB

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