.gitignore 3.8 KB

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