.gitignore 703 B

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