123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # Temporary files
- *~
- *.swp
- *.o
- *.la
- *.lo
- *.log
- *.trs
- .deps
- .libs
- .DS_Store
- # Editors
- /*.sublime-*
- /.vscode
- /.venv
- # Generated by Autotools
- INSTALL
- Makefile
- Makefile.in
- /aclocal.m4
- /autom4te.cache
- /build-aux
- /config.*
- /configure
- /configure.scan
- /depcomp
- /install-sh
- /libmodbus.pc
- /libtool
- /ltmain.sh
- /missing
- /stamp-h1
- src/modbus-version.h
- src/win32/modbus.dll.manifest
- tests/unit-test.h
- # mkdocs
- /site
- # Binary
- tests/bandwidth-client
- tests/bandwidth-server-many-up
- tests/bandwidth-server-one
- tests/random-test-client
- tests/random-test-server
- tests/unit-test-client
- tests/unit-test-server
- tests/version
- tests/stamp-h2
|