.gitignore 497 B

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