.gitignore 532 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. /INSTALL
  51. /.settings
  52. .autotools
  53. test-driver
  54. include/opcua.h
  55. include/ua_namespace_0.h
  56. src/opcua.c
  57. src/ua_namespace_0.c