view .hgignore @ 1096:c3191ab50cee

misc: install public header files While here fix the sample plugin provided.
author David Demelier <markand@malikania.fr>
date Fri, 13 Aug 2021 14:27:48 +0200
parents 76fecad14b00
children 6c15d37b7518
line wrap: on
line source

# temporary files.
\.a$
\.d$
\.o$
\.so$

# vim/emacs specific.
^tags$
^cscope\.out$
^tags\.lock$
^tags\.temp$
\.swp$
\.swo$

# executables.
^irccd/irccd$
^irccdctl/irccdctl$

# generated files.
^irccd/conf\.c$
^irccd/conf\.h$
^irccd/lex\.c$
^lib/irccd/config\.h$

# macOS specific.
\.DS_Store$
\.dSYM

# tests files.
^tests/test-bot$
^tests/test-channel$
^tests/test-dl-plugin$
^tests/test-event$
^tests/test-jsapi-chrono$
^tests/test-jsapi-directory$
^tests/test-jsapi-file$
^tests/test-jsapi-irccd$
^tests/test-jsapi-system$
^tests/test-jsapi-timer$
^tests/test-jsapi-unicode$
^tests/test-jsapi-util$
^tests/test-log$
^tests/test-plugin-ask$
^tests/test-plugin-auth$
^tests/test-plugin-hangman$
^tests/test-plugin-history$
^tests/test-plugin-joke$
^tests/test-plugin-logger$
^tests/test-plugin-plugin$
^tests/test-plugin-tictactoe$
^tests/test-rule$
^tests/test-subst$
^tests/test-util$