Cleaned up the GIT repository (expanded .gitignore, removed autogenerated files).
This commit is contained in:
51
.gitignore
vendored
51
.gitignore
vendored
@ -1,3 +1,42 @@
|
||||
# autoconf, etc.
|
||||
Makefile.in
|
||||
bin/Makefile.in
|
||||
mbus/Makefile.in
|
||||
test/Makefile.in
|
||||
autom4te.cache
|
||||
|
||||
/INSTALL
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/compile
|
||||
/config.guess
|
||||
/config.sub
|
||||
/configure
|
||||
/depcomp
|
||||
/install-sh
|
||||
/libltdl/
|
||||
/ltmain.sh
|
||||
/missing
|
||||
src/config.h.in
|
||||
|
||||
# configure stuff:
|
||||
Makefile
|
||||
bin/Makefile
|
||||
mbus/Makefile
|
||||
test/Makefile
|
||||
config.log
|
||||
config.status
|
||||
libtool
|
||||
stamp-h1
|
||||
libmbus.pc
|
||||
config.h
|
||||
|
||||
# make:
|
||||
bin/.deps
|
||||
mbus/.deps
|
||||
test/.deps
|
||||
|
||||
# make stuff:
|
||||
.project
|
||||
*~
|
||||
*.o
|
||||
@ -5,3 +44,15 @@
|
||||
*.la
|
||||
*.lo
|
||||
.libs/
|
||||
bin/libmbus.1
|
||||
bin/mbus-serial-request-data
|
||||
bin/mbus-serial-request-data-multi-reply
|
||||
bin/mbus-serial-scan
|
||||
bin/mbus-serial-scan-secondary
|
||||
bin/mbus-serial-select-secondary
|
||||
bin/mbus-serial-switch-baudrate
|
||||
bin/mbus-tcp-request-data
|
||||
bin/mbus-tcp-request-data-multi-reply
|
||||
bin/mbus-tcp-scan
|
||||
bin/mbus-tcp-scan-secondary
|
||||
bin/mbus-tcp-select-secondary
|
||||
|
Reference in New Issue
Block a user