init
This commit is contained in:
77
.gitignore
vendored
Normal file
77
.gitignore
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
.deps
|
||||
.dirstamp
|
||||
.libs
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/bin*
|
||||
/build
|
||||
/compile
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.h.in~
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/cscope.*
|
||||
/depcomp
|
||||
/install-sh
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/stamp-h1
|
||||
/test-suite.log
|
||||
INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
examples/amqp_bind
|
||||
examples/amqp_connect_timeout
|
||||
examples/amqp_consumer
|
||||
examples/amqp_exchange_declare
|
||||
examples/amqp_listen
|
||||
examples/amqp_listenq
|
||||
examples/amqp_producer
|
||||
examples/amqp_rpc_sendstring_client
|
||||
examples/amqp_sendstring
|
||||
examples/amqp_unbind
|
||||
examples/amqps_bind
|
||||
examples/amqps_connect_timeout
|
||||
examples/amqps_consumer
|
||||
examples/amqps_exchange_declare
|
||||
examples/amqps_listen
|
||||
examples/amqps_listenq
|
||||
examples/amqps_producer
|
||||
examples/amqps_sendstring
|
||||
examples/amqps_unbind
|
||||
librabbitmq.pc
|
||||
test-driver
|
||||
tests/*.log
|
||||
tests/*.trs
|
||||
tests/test_hostcheck
|
||||
tests/test_parse_url
|
||||
tests/test_status_enum
|
||||
tests/test_tables
|
||||
tools/amqp-consume
|
||||
tools/amqp-declare-queue
|
||||
tools/amqp-delete-queue
|
||||
tools/amqp-get
|
||||
tools/amqp-publish
|
||||
tools/doc/*.1
|
||||
tools/doc/*.7
|
||||
tools/doc/man-date.ent
|
||||
.ycm_extra_conf.py?
|
||||
.DS_Store
|
||||
|
||||
# Ignore editor swap files
|
||||
*~
|
||||
*.sw?
|
||||
.#*
|
||||
\#*#
|
||||
.venv/
|
||||
.cache/
|
||||
compile_commands.json
|
||||
codegen/
|
||||
Reference in New Issue
Block a user