.gitignore 566 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. *~
  2. *.swp
  3. *.o
  4. *.la
  5. *.lo
  6. *.log
  7. *.trs
  8. .deps
  9. .libs
  10. GPATH
  11. GRTAGS
  12. GSYMS
  13. GTAGS
  14. INSTALL
  15. Makefile
  16. Makefile.in
  17. /aclocal.m4
  18. /autom4te.cache
  19. /build-aux
  20. /config.*
  21. /configure
  22. /configure.scan
  23. /depcomp
  24. /install-sh
  25. /libtool
  26. /ltmain.sh
  27. /missing
  28. /libmodbus.pc
  29. /stamp-h1
  30. /*.sublime-*
  31. src/modbus-version.h
  32. src/win32/modbus.dll.manifest
  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. tests/stamp-h2
  43. doc/*.html
  44. doc/*.3
  45. doc/*.7