view .hgignore @ 537:a4193cbce05d

Irccd: use unique_ptr for transport_server While here fix some issues: - server-list command was incorrect, - remove the local_transport_server file before binding.
author David Demelier <markand@malikania.fr>
date Sun, 19 Nov 2017 09:16:05 +0100
parents 7b1781724868
children c389a7e7bf50
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
\.swp$

# macOS specific.
\.DS_Store