.gitignore 550 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. /depcomp
  23. /install-sh
  24. /libtool
  25. /ltmain.sh
  26. /missing
  27. /libmodbus.pc
  28. /stamp-h1
  29. /*.sublime-*
  30. src/modbus-version.h
  31. src/win32/modbus.dll.manifest
  32. tests/bandwidth-client
  33. tests/bandwidth-server-many-up
  34. tests/bandwidth-server-one
  35. tests/random-test-client
  36. tests/random-test-server
  37. tests/unit-test-client
  38. tests/unit-test.h
  39. tests/unit-test-server
  40. tests/version
  41. tests/stamp-h2
  42. doc/*.html
  43. doc/*.3
  44. doc/*.7