.gitignore 621 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Temporary files
  2. *~
  3. *.swp
  4. *.o
  5. *.la
  6. *.lo
  7. *.log
  8. *.trs
  9. .deps
  10. .libs
  11. .DS_Store
  12. # Editors
  13. /*.sublime-*
  14. /.vscode
  15. /.venv
  16. # Generated by Autotools
  17. INSTALL
  18. Makefile
  19. Makefile.in
  20. /aclocal.m4
  21. /autom4te.cache
  22. /build-aux
  23. /config.*
  24. /configure
  25. /configure.scan
  26. /depcomp
  27. /install-sh
  28. /libmodbus.pc
  29. /libtool
  30. /ltmain.sh
  31. /missing
  32. /stamp-h1
  33. src/modbus-version.h
  34. src/win32/modbus.dll.manifest
  35. tests/unit-test.h
  36. # mkdocs
  37. /site
  38. # Binary
  39. tests/bandwidth-client
  40. tests/bandwidth-server-many-up
  41. tests/bandwidth-server-one
  42. tests/random-test-client
  43. tests/random-test-server
  44. tests/unit-test-client
  45. tests/unit-test-server
  46. tests/version
  47. tests/stamp-h2