.gitignore 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. *.[oa]
  2. *.l[oa]
  3. *.dll
  4. *.exe
  5. *.exe.*
  6. *.obj
  7. *.pyc
  8. *.so
  9. *~
  10. *.idb
  11. *.suo
  12. *.ncb
  13. *.vcproj.*
  14. *.vcxproj.user
  15. *.sln.cache
  16. *.log
  17. Release
  18. Debug
  19. Win32-Output
  20. .vs
  21. .deps
  22. .libs
  23. Makefile
  24. Makefile.in
  25. aclocal.m4
  26. autodefs.h
  27. autom4te.cache
  28. config.guess
  29. config.h
  30. config.h.in
  31. config.log
  32. config.status
  33. config.sub
  34. configure
  35. configure.h
  36. depcomp
  37. doxygen/
  38. stamp-h1
  39. install-sh
  40. missing
  41. ltmain.sh
  42. libtool
  43. m4/libtool.m4
  44. m4/ltoptions.m4
  45. m4/ltsugar.m4
  46. m4/ltversion.m4
  47. m4/lt~obsolete.m4
  48. version.sh
  49. msvc-env-local.bat
  50. config-msvc-local.h
  51. config-msvc-version.h
  52. doc/openvpn.8.html
  53. distro/systemd/*.service
  54. sample/sample-keys/sample-ca/
  55. vendor/cmocka_build
  56. vendor/dist
  57. build/msvc/msvc-generate/version.m4
  58. tests/t_client.sh
  59. tests/t_client-*-20??????-??????/
  60. t_client.rc
  61. t_client_ips.rc
  62. tests/unit_tests/**/*_testdriver
  63. src/openvpn/openvpn
  64. include/openvpn-plugin.h
  65. config-version.h
  66. nbproject
  67. test-driver
  68. compile
  69. stamp-h2