.gitignore 538 B

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