libzmq/.gitignore

119 lines
2.1 KiB
Plaintext
Raw Normal View History

syntax: glob # for hg-git users
2009-08-30 09:14:15 +02:00
Makefile
Makefile.in
configure
libtool
config
config.status
config.log
aclocal.m4
autom4te.cache
2009-08-03 11:30:13 +02:00
*.o
*.gcno
*.ncb
2009-08-03 11:30:13 +02:00
*.lo
*.loT
2009-08-03 11:30:13 +02:00
*.la
2010-01-28 12:45:12 +01:00
*.html
*.pdf
*.ps
.*
*~
.*~
tools/curve_keygen.o
tools/curve_keygen
tests/test_stream_empty
tests/test_issue_566
2013-09-12 12:47:14 +02:00
tests/test_ctx_destroy
tests/test_term_endpoint
tests/test_system
tests/test_monitor
tests/test_last_endpoint
tests/test_pair_inproc
tests/test_pair_ipc
tests/test_pair_tcp
tests/test_reqrep_inproc
tests/test_reqrep_ipc
tests/test_reqrep_tcp
tests/test_shutdown_stress
tests/test_hwm
tests/test_timeo
tests/test_reqrep_device
tests/test_reqrep_drop
tests/test_sub_forward
tests/test_invalid_rep
tests/test_msg_flags
2012-02-15 16:27:42 +01:00
tests/test_ts_context
tests/test_connect_resolve
tests/test_immediate
tests/test_term_endpoint
tests/test_router_mandatory
2013-01-18 11:38:49 +01:00
tests/test_disconnect_inproc
2012-10-31 04:28:53 +01:00
tests/test_raw_sock
tests/test_disconnect_inproc
2013-01-31 21:52:30 +01:00
tests/test_ctx_options
2013-04-27 14:52:19 +02:00
tests/test_iov
tests/test_security
tests/test_security_curve
tests/test_probe_router
tests/test_stream
tests/test_spec_dealer
tests/test_spec_pushpull
tests/test_spec_rep
tests/test_spec_req
tests/test_spec_router
tests/test_req_correlate
tests/test_req_relaxed
tests/test_fork
tests/test_conflate
tests/test_inproc_connect
tests/test_linger
tests/test_security_null
tests/test_security_plain
2013-10-18 15:22:53 +02:00
tests/test_proxy
tests/test_abstract_ipc
tests/test_filter_ipc
2013-11-04 15:39:20 +01:00
tests/test_connect_delay_tipc
tests/test_pair_tipc
tests/test_reqrep_device_tipc
tests/test_reqrep_tipc
tests/test_router_handover
tests/test_router_mandatory_tipc
tests/test_shutdown_stress_tipc
tests/test_sub_forward_tipc
tests/test_term_endpoint_tipc
2013-11-09 12:27:21 +01:00
tests/test_many_sockets
2013-11-25 04:10:05 +01:00
tests/test_diffserv
tests/test*.log
tests/test*.trs
2010-02-15 23:52:08 +01:00
src/platform.hpp*
2009-08-30 09:14:15 +02:00
src/stamp-h1
2010-03-16 15:48:16 +01:00
perf/local_lat
perf/local_thr
perf/remote_lat
perf/remote_thr
perf/inproc_lat
perf/inproc_thr
2010-02-10 16:18:46 +01:00
doc/*.1
doc/*.3
doc/*.7
doc/*.html
doc/*.xml
2010-02-15 23:52:08 +01:00
src/libzmq.pc
2010-10-14 13:02:43 +02:00
bin/
lib/
obj/
2010-02-26 17:28:09 +01:00
builds/msvc/*.suo
builds/msvc/*.sdf
builds/msvc/*/*.user
builds/msvc/*/*Debug
builds/msvc/*/*Release
2012-02-15 16:27:42 +01:00
builds/redhat/zeromq.spec
2010-02-15 23:52:08 +01:00
foreign/openpgm/*
!foreign/openpgm/*.tar.bz2
2010-02-24 09:41:10 +01:00
!foreign/openpgm/*.tar.gz
!foreign/openpgm/Makefile.am
2010-09-04 17:44:11 +02:00
zeromq-*.tar.gz
zeromq-*.zip
2013-01-31 21:52:30 +01:00
core