view .hgignore @ 76:25a52025c8f5

core: remove message_is_complete
author David Demelier <markand@malikania.fr>
date Fri, 31 Jan 2020 13:48:16 +0100
parents 80a913d25aa9
children f5d3e469eb93
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# object files.
\.d$
\.o$
^libmolko\.a$
^molko(\.exe)?$
^tests/test-color(\.exe)?$
^tests/test-error(\.exe)?$
^tests/test-map(\.exe)?$
^tests/test-script(\.exe)?$
^tools/molko-map(\.exe)?$

# doxygen stuff.
^doxygen/html$
^doxygen/man$
^doxygen/doxygen_sqlite3\.db$