mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01: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
|
||||
/Makefile
|
||||
builds/Makefile
|
||||
builds/msvc/Makefile
|
||||
builds/deprecated-msvc/Makefile
|
||||
configure
|
||||
doc/Makefile
|
||||
Makefile.in
|
||||
configure
|
||||
libtool
|
||||
libunity.a
|
||||
config
|
||||
config.status
|
||||
config.log
|
||||
@ -141,8 +142,20 @@ test_bind_after_connect_tcp
|
||||
test_sodium
|
||||
test_zmq_poll_fd
|
||||
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*.trs
|
||||
unittests/unittest*.log
|
||||
unittests/unittest*.trs
|
||||
src/platform.hpp*
|
||||
src/stamp-h1
|
||||
local_lat
|
||||
|
Loading…
Reference in New Issue
Block a user