Commit Iniziale
This commit is contained in:
46
libmodbus-master/.gitignore
vendored
Normal file
46
libmodbus-master/.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
*~
|
||||
*.swp
|
||||
*.o
|
||||
*.la
|
||||
*.lo
|
||||
*.log
|
||||
*.trs
|
||||
.deps
|
||||
.libs
|
||||
GPATH
|
||||
GRTAGS
|
||||
GSYMS
|
||||
GTAGS
|
||||
INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/build-aux
|
||||
/config.*
|
||||
/configure
|
||||
/configure.scan
|
||||
/depcomp
|
||||
/install-sh
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/libmodbus.pc
|
||||
/stamp-h1
|
||||
/*.sublime-*
|
||||
/.vscode
|
||||
src/modbus-version.h
|
||||
src/win32/modbus.dll.manifest
|
||||
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.h
|
||||
tests/unit-test-server
|
||||
tests/version
|
||||
tests/stamp-h2
|
||||
doc/*.html
|
||||
doc/*.3
|
||||
doc/*.7
|
||||
Reference in New Issue
Block a user