Commit a059d904 authored by Luca Boccassi's avatar Luca Boccassi

Problem: binaries and artefacts missing from gitignore

Solution: list them
parent edec2244
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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment