.gitignore 575 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. *~
  2. *.swp
  3. *.o
  4. *.la
  5. *.lo
  6. *.log
  7. *.trs
  8. .deps
  9. .libs
  10. GPATH
  11. GRTAGS
  12. GSYMS
  13. GTAGS
  14. INSTALL
  15. Makefile
  16. Makefile.in
  17. /aclocal.m4
  18. /autom4te.cache
  19. /build-aux
  20. /config.*
  21. /configure
  22. /configure.scan
  23. /depcomp
  24. /install-sh
  25. /libtool
  26. /ltmain.sh
  27. /missing
  28. /libmodbus.pc
  29. /stamp-h1
  30. /*.sublime-*
  31. /.vscode
  32. src/modbus-version.h
  33. src/win32/modbus.dll.manifest
  34. tests/bandwidth-client
  35. tests/bandwidth-server-many-up
  36. tests/bandwidth-server-one
  37. tests/random-test-client
  38. tests/random-test-server
  39. tests/unit-test-client
  40. tests/unit-test.h
  41. tests/unit-test-server
  42. tests/version
  43. tests/stamp-h2
  44. doc/*.html
  45. doc/*.3
  46. doc/*.7