view .hgignore @ 940:94cae3129870

irccd: add begin of transports
author David Demelier <markand@malikania.fr>
date Thu, 14 Jan 2021 10:46:41 +0100
parents 7b74df7e8913
children e43ccb1f0ace
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$

# libcompat.
^extern/libcompat/src/.*\.h$
^extern/libcompat/trycompile$
^extern/libcompat/tryinclude$
^extern/libcompat/trylib$

# executables.
irccd/irccd

# temporary files.
^lib/irccd/config\.h$
\.a$
\.o$
\.d$
\.so$
\.dylib$

# tests.
^tests/test-dl-plugin$
^tests/test-log$
^tests/test-subst$
^tests/test-util$

# macOS specific.
\.DS_Store$
\.dSYM