libzmq/.gitignore

79 lines
1.2 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
.*
*~
.*~
tests/test_term_endpoint
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_connect_delay
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
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/*/*.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