.gitignore 697 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. *~
  40. GIT_REVISION
  41. SVN_REVISION
  42. libtool
  43. .deps
  44. .libs
  45. .gcno
  46. .gcda
  47. coverage_report
  48. .project
  49. .cproject
  50. .pydevproject
  51. /INSTALL
  52. /.settings
  53. .autotools
  54. test-driver
  55. include/opcua.h
  56. include/ua_namespace_0.h
  57. src/opcua.c
  58. src/ua_namespace_0.c
  59. tests/check_builtin
  60. tests/check_create
  61. tests/check_decode
  62. tests/check_delete
  63. tests/check_encode
  64. tests/check_memory
  65. tests/check_namespace
  66. tests/coverage