.gitignore 580 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. /bin
  15. m4
  16. /autom4te.cache
  17. Makefile
  18. Makefile.in
  19. /stamp-h1
  20. /config.status
  21. config.log
  22. /config.h
  23. /aclocal.m4
  24. /config/
  25. /config.h.in
  26. /configure
  27. /install-sh
  28. /compile
  29. /depcomp
  30. /ltmain.sh
  31. /autogen.sh
  32. /configure
  33. /missing
  34. *~
  35. GIT_REVISION
  36. SVN_REVISION
  37. libtool
  38. .deps
  39. .libs
  40. .gcno
  41. .gcda
  42. coverage_report
  43. .project
  44. .cproject
  45. /INSTALL
  46. /.settings
  47. .autotools
  48. test-driver
  49. tool/opcua.c
  50. tool/opcua.h
  51. tool/opcua_namespace_0.c
  52. tool/opcua_namespace_0.h
  53. include/opcua.h
  54. include/opcua_namespace_0.h
  55. src/opcua.c
  56. src/opcua_namespace_0.c