.gitignore 4.5 KB

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