.gitignore 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # exclude
  2. *.log
  3. *.guess
  4. .in
  5. *.sub
  6. .status
  7. .m4
  8. *.lo
  9. *.o
  10. *.a
  11. *.la
  12. *.so*
  13. *.Po
  14. *.cgen
  15. *.hgen
  16. *.pyc
  17. *.gcno
  18. *.gcda
  19. *.swp
  20. .dirstamp
  21. /bin
  22. m4
  23. /autom4te.cache
  24. Makefile
  25. Makefile.in
  26. /stamp-h1
  27. /config.status
  28. config.log
  29. /config.h
  30. /aclocal.m4
  31. /config/
  32. /config.h.in
  33. /configure
  34. /install-sh
  35. /compile
  36. /depcomp
  37. /ltmain.sh
  38. /autogen.sh
  39. /configure
  40. /missing
  41. /html
  42. /doc/html/*
  43. /doc/Doxyfile
  44. /doc/doxyfile.stamp
  45. *~
  46. GIT_REVISION
  47. SVN_REVISION
  48. libtool
  49. .deps
  50. .libs
  51. .gcno
  52. .gcda
  53. coverage_report
  54. .project
  55. .cproject
  56. .pydevproject
  57. /INSTALL
  58. /.settings
  59. .autotools
  60. test-driver
  61. include/opcua.h
  62. include/ua_namespace_0.h
  63. src/opcua.c
  64. src/ua_namespace_0.c
  65. tests/check_builtin
  66. tests/check_create
  67. tests/check_decode
  68. tests/check_delete
  69. tests/check_encode
  70. tests/check_memory
  71. tests/check_namespace
  72. tests/coverage
  73. Makefile
  74. /CMakeCache.txt
  75. /CMakeFiles/
  76. /cmake_install.cmake
  77. /exampleClient
  78. /exampleClient_legacy
  79. /src_generated/
  80. /build
  81. /.idea
  82. /cmake-build*
  83. /tools/certs/certs/*
  84. Pipfile
  85. Pipfile.lock
  86. .vscode