.gitignore 951 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. **/*.0
  2. **/*.a
  3. *.a
  4. /aclocal.m4
  5. aclocal.m4
  6. *.app
  7. /ar-lib
  8. /autom4te.cache
  9. autom4te.cache/
  10. /autoscan-*.log
  11. /autoscan.log
  12. buildpkg.sh
  13. /compile
  14. /config.guess
  15. config.h
  16. /config.h.in
  17. config.h.in
  18. config.h.in~
  19. config.log
  20. config.status
  21. /configure
  22. configure
  23. /configure.scan
  24. /depcomp
  25. .deps/
  26. *.dll
  27. *.dSYM/
  28. *.dylib
  29. *.elf
  30. *.exe
  31. *.gch
  32. *.hex
  33. *.i*86
  34. /install-sh
  35. *.ko
  36. *.la
  37. *.lib
  38. .libs/
  39. /libtool
  40. **/*.lo
  41. *.lo
  42. *.log
  43. # logs
  44. /ltmain.sh
  45. make_and_run.sh
  46. Makefile
  47. Makefile.in
  48. /mdate-sh
  49. /missing
  50. **/*.o
  51. *.o
  52. *.obj
  53. openbsd-compat/Makefile
  54. openbsd-compat/regress/Makefile
  55. opensshd.init
  56. openssh.xml
  57. **/*.out
  58. *.out
  59. *.pch
  60. /py-compile
  61. !regress/misc/fuzz-harness/Makefile
  62. !regress/unittests/sshsig/Makefile
  63. scp
  64. sftp
  65. sftp-server
  66. **/*.so
  67. *.so
  68. *.so.*
  69. ssh
  70. ssh-add
  71. ssh-agent
  72. sshd
  73. ssh-keygen
  74. ssh-keyscan
  75. ssh-keysign
  76. ssh-pkcs11-helper
  77. ssh-sk-helper
  78. ssh-keycat
  79. /stamp-h1
  80. *.su
  81. survey.sh
  82. t/
  83. tags
  84. /test-driver
  85. tests/*
  86. !tests/*.c
  87. !tests/*.h
  88. !tests/Makefile.am
  89. /texinfo.tex
  90. *.vscode/
  91. *.x86_64
  92. /ylwrap