.gitignore 450 B

12345678910111213141516171819202122232425262728293031323334353637
  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. libmodbus.pc
  23. modbus.h
  24. .deps
  25. .libs
  26. *.la
  27. *.lo
  28. stamp-h1
  29. *.o
  30. tests/bandwidth-master
  31. tests/bandwidth-slave-many-up
  32. tests/bandwidth-slave-one
  33. tests/random-test-master
  34. tests/random-test-slave
  35. tests/unit-test-master
  36. tests/unit-test-slave
  37. tests/version