.gitignore 3.4 KB

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