|
@@ -1,3 +1,4 @@
|
|
|
|
+# Temporary files
|
|
*~
|
|
*~
|
|
*.swp
|
|
*.swp
|
|
*.o
|
|
*.o
|
|
@@ -7,10 +8,15 @@
|
|
*.trs
|
|
*.trs
|
|
.deps
|
|
.deps
|
|
.libs
|
|
.libs
|
|
|
|
+.DS_Store
|
|
|
|
+
|
|
|
|
+# Emacs
|
|
GPATH
|
|
GPATH
|
|
GRTAGS
|
|
GRTAGS
|
|
GSYMS
|
|
GSYMS
|
|
GTAGS
|
|
GTAGS
|
|
|
|
+
|
|
|
|
+# Generated by Autotools
|
|
INSTALL
|
|
INSTALL
|
|
Makefile
|
|
Makefile
|
|
Makefile.in
|
|
Makefile.in
|
|
@@ -27,20 +33,25 @@ Makefile.in
|
|
/missing
|
|
/missing
|
|
/libmodbus.pc
|
|
/libmodbus.pc
|
|
/stamp-h1
|
|
/stamp-h1
|
|
-/*.sublime-*
|
|
|
|
-/.vscode
|
|
|
|
src/modbus-version.h
|
|
src/modbus-version.h
|
|
src/win32/modbus.dll.manifest
|
|
src/win32/modbus.dll.manifest
|
|
|
|
+tests/unit-test.h
|
|
|
|
+
|
|
|
|
+/*.sublime-*
|
|
|
|
+/.vscode
|
|
|
|
+
|
|
|
|
+# Binary
|
|
tests/bandwidth-client
|
|
tests/bandwidth-client
|
|
tests/bandwidth-server-many-up
|
|
tests/bandwidth-server-many-up
|
|
tests/bandwidth-server-one
|
|
tests/bandwidth-server-one
|
|
tests/random-test-client
|
|
tests/random-test-client
|
|
tests/random-test-server
|
|
tests/random-test-server
|
|
tests/unit-test-client
|
|
tests/unit-test-client
|
|
-tests/unit-test.h
|
|
|
|
tests/unit-test-server
|
|
tests/unit-test-server
|
|
tests/version
|
|
tests/version
|
|
tests/stamp-h2
|
|
tests/stamp-h2
|
|
|
|
+
|
|
|
|
+# Documentation
|
|
doc/*.html
|
|
doc/*.html
|
|
doc/*.3
|
|
doc/*.3
|
|
doc/*.7
|
|
doc/*.7
|