view .hgignore @ 639:d12a87c0e3f6

Irccd: implement transport_util, #771
author David Demelier <markand@malikania.fr>
date Mon, 19 Mar 2018 13:26:53 +0100
parents c389a7e7bf50
children e2ad41b02ebf
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$