.gitignore 759 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. .dirstamp
  20. /bin
  21. m4
  22. /autom4te.cache
  23. Makefile
  24. Makefile.in
  25. /stamp-h1
  26. /config.status
  27. config.log
  28. /config.h
  29. /aclocal.m4
  30. /config/
  31. /config.h.in
  32. /configure
  33. /install-sh
  34. /compile
  35. /depcomp
  36. /ltmain.sh
  37. /autogen.sh
  38. /configure
  39. /missing
  40. /html
  41. /doc/html/*
  42. /doc/Doxyfile
  43. /doc/doxyfile.stamp
  44. *~
  45. GIT_REVISION
  46. SVN_REVISION
  47. libtool
  48. .deps
  49. .libs
  50. .gcno
  51. .gcda
  52. coverage_report
  53. .project
  54. .cproject
  55. .pydevproject
  56. /INSTALL
  57. /.settings
  58. .autotools
  59. test-driver
  60. include/opcua.h
  61. include/ua_namespace_0.h
  62. src/opcua.c
  63. src/ua_namespace_0.c
  64. tests/check_builtin
  65. tests/check_create
  66. tests/check_decode
  67. tests/check_delete
  68. tests/check_encode
  69. tests/check_memory
  70. tests/check_namespace
  71. tests/coverage