view .hgignore @ 938:7b74df7e8913

irccd: native plugin support
author David Demelier <markand@malikania.fr>
date Mon, 11 Jan 2021 21:25:58 +0100
parents 6866d0d0e360
children 94cae3129870
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.
\.a$
\.o$
\.d$
\.so$
\.dylib$

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

# macOS specific.
\.DS_Store$
\.dSYM