.gitignore 530 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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.h
  40. tests/unit-test-server
  41. tests/version
  42. doc/*.html
  43. doc/*.3
  44. doc/*.7