.gitignore 3.5 KB

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