.gitignore 512 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. libmodbus.spec
  25. modbus-version.h
  26. .deps
  27. .libs
  28. *.la
  29. *.lo
  30. stamp-h1
  31. *.o
  32. *~
  33. tests/bandwidth-client
  34. tests/bandwidth-server-many-up
  35. tests/bandwidth-server-one
  36. tests/random-test-client
  37. tests/random-test-server
  38. tests/unit-test-client
  39. tests/unit-test-server
  40. tests/version
  41. doc/*.html
  42. doc/*.3
  43. doc/*.7