libzmq/.gitignore

43 lines
595 B
Plaintext
Raw Normal View History

INSTALL
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
*.lo
*.loT
2009-08-03 11:30:13 +02:00
*.la
2010-01-28 12:45:12 +01:00
*.html
*.pdf
*.ps
.*
2010-02-15 23:52:08 +01:00
src/platform.hpp*
2009-08-30 09:14:15 +02:00
src/stamp-h1
2010-01-18 13:16:14 +01:00
devices/zmq_forwarder/zmq_forwarder
devices/zmq_queue/zmq_queue
devices/zmq_streamer/zmq_streamer
examples/chat/display
examples/chat/prompt
perf/c/local_lat
perf/c/local_thr
perf/c/remote_lat
perf/c/remote_thr
perf/cpp/local_lat
perf/cpp/local_thr
perf/cpp/remote_lat
perf/cpp/remote_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
bindings/python/setup.py
src/libzmq.pc
foreign/openpgm/*
!foreign/openpgm/*.tar.bz2