view .hgignore @ 831:7b012c42660c

irccd: move authentication part from transport_server, closes #995 @2h If a server requires a password and a client does not provide, the server is unable to accept a new client. Move the authentication/greetings part from the server into the client to let the transport_service processing input.
author David Demelier <markand@malikania.fr>
date Sun, 24 Feb 2019 15:50:58 +0100
parents 4f1cd9bf13c7
children 243f9f51b0ff
line wrap: on
line source

# Build directory used in lots of documentation.
^build

# Qt Creator creates CMakeLists.txt.user.
^CMakeLists\.txt\.user$

# vim/emacs specific.
^tags$
^tags\.lock$
^tags\.temp$
\.swp$
\.swo$

# macOS specific.
\.DS_Store$