|
@@ -1,3 +1,9 @@
|
|
|
|
+*~
|
|
|
|
+*.o
|
|
|
|
+*.la
|
|
|
|
+*.lo
|
|
|
|
+.deps
|
|
|
|
+.libs
|
|
GPATH
|
|
GPATH
|
|
GRTAGS
|
|
GRTAGS
|
|
GSYMS
|
|
GSYMS
|
|
@@ -5,33 +11,21 @@ GTAGS
|
|
INSTALL
|
|
INSTALL
|
|
Makefile
|
|
Makefile
|
|
Makefile.in
|
|
Makefile.in
|
|
-aclocal.m4
|
|
|
|
-autom4te.cache/
|
|
|
|
-config.guess
|
|
|
|
-config.h
|
|
|
|
-config.h.in
|
|
|
|
-config.log
|
|
|
|
-config.status
|
|
|
|
-config.sub
|
|
|
|
-configure
|
|
|
|
-depcomp
|
|
|
|
-install-sh
|
|
|
|
-libtool
|
|
|
|
-ltmain.sh
|
|
|
|
-missing
|
|
|
|
-m4/
|
|
|
|
-libmodbus.pc
|
|
|
|
-libmodbus.spec
|
|
|
|
|
|
+/aclocal.m4
|
|
|
|
+/autom4te.cache
|
|
|
|
+/config.*
|
|
|
|
+/configure
|
|
|
|
+/depcomp
|
|
|
|
+/install-sh
|
|
|
|
+/libtool
|
|
|
|
+/ltmain.sh
|
|
|
|
+/missing
|
|
|
|
+/libmodbus.pc
|
|
|
|
+/libmodbus.spec
|
|
|
|
+/stamp-h1
|
|
|
|
+/*.sublime-*
|
|
src/modbus-version.h
|
|
src/modbus-version.h
|
|
src/win32/modbus.dll.manifest
|
|
src/win32/modbus.dll.manifest
|
|
-.deps
|
|
|
|
-.libs
|
|
|
|
-*.la
|
|
|
|
-*.lo
|
|
|
|
-stamp-h1
|
|
|
|
-stamp-h2
|
|
|
|
-*.o
|
|
|
|
-*~
|
|
|
|
tests/bandwidth-client
|
|
tests/bandwidth-client
|
|
tests/bandwidth-server-many-up
|
|
tests/bandwidth-server-many-up
|
|
tests/bandwidth-server-one
|
|
tests/bandwidth-server-one
|
|
@@ -41,6 +35,7 @@ tests/unit-test-client
|
|
tests/unit-test.h
|
|
tests/unit-test.h
|
|
tests/unit-test-server
|
|
tests/unit-test-server
|
|
tests/version
|
|
tests/version
|
|
|
|
+tests/stamp-h2
|
|
doc/*.html
|
|
doc/*.html
|
|
doc/*.3
|
|
doc/*.3
|
|
doc/*.7
|
|
doc/*.7
|