mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 07:31:03 +08:00
Problem: binaries and artefacts missing from gitignore
Solution: list them
This commit is contained in:
parent
edec2244d1
commit
a059d904fe
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,12 +1,13 @@
|
|||||||
syntax: glob # for hg-git users
|
syntax: glob # for hg-git users
|
||||||
/Makefile
|
/Makefile
|
||||||
builds/Makefile
|
builds/Makefile
|
||||||
builds/msvc/Makefile
|
builds/deprecated-msvc/Makefile
|
||||||
configure
|
configure
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
configure
|
configure
|
||||||
libtool
|
libtool
|
||||||
|
libunity.a
|
||||||
config
|
config
|
||||||
config.status
|
config.status
|
||||||
config.log
|
config.log
|
||||||
@ -141,8 +142,20 @@ test_bind_after_connect_tcp
|
|||||||
test_sodium
|
test_sodium
|
||||||
test_zmq_poll_fd
|
test_zmq_poll_fd
|
||||||
test_reconnect_ivl
|
test_reconnect_ivl
|
||||||
|
test_address_tipc
|
||||||
|
test_app_meta
|
||||||
|
test_security_zap
|
||||||
|
test_socket_null
|
||||||
|
test_xpub_verbose
|
||||||
|
unittest_ip_resolver
|
||||||
|
unittest_mtrie
|
||||||
|
unittest_poller
|
||||||
|
unittest_udp_address
|
||||||
|
unittest_ypipe
|
||||||
tests/test*.log
|
tests/test*.log
|
||||||
tests/test*.trs
|
tests/test*.trs
|
||||||
|
unittests/unittest*.log
|
||||||
|
unittests/unittest*.trs
|
||||||
src/platform.hpp*
|
src/platform.hpp*
|
||||||
src/stamp-h1
|
src/stamp-h1
|
||||||
local_lat
|
local_lat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user