diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 09:38:53 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 09:38:53 +0100 |
commit | cba98f486573f092c89035543c2e252ffd898a6c (patch) | |
tree | 39d537e4cd84b8dd71611fd967b977832b17877a /.gitignore | |
parent | eaa74d086505e53082ca53060851b139be484379 (diff) |
Add .gitignore file
Git-Dch: Ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05609c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +Makefile +builds/msvc/Makefile +builds/redhat/zeromq.spec +doc/Makefile +foreign/openpgm/Makefile +perf/Makefile +src/Makefile +tests/Makefile +build-stamp +config.log +config.status +configure-stamp +debian/files +debian/*.debhelper +debian/*.log +debian/*.substvars +debian/libzmq-dbg +debian/libzmq-dev +debian/libzmq1 +debian/tmp +libtool +src/libzmq.la +src/libzmq.pc +src/platform.hpp +src/stamp-h1 +*.o +*.lo +*/.deps/ +*/.libs/ +perf/inproc_lat +perf/inproc_thr +perf/local_lat +perf/local_thr +perf/remote_lat +perf/remote_thr +tests/test_hwm +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 |