view .hgignore @ 598:a3eeb5e9c482

Common: get rid of sys::set_privileges While here, fix invalid uid checkup in irccd::load, and throw errors from system function instead of printing errors directly.
author David Demelier <markand@malikania.fr>
date Wed, 06 Dec 2017 14:12:57 +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$