view .hgignore @ 60:7266c750b649

core: simplify message
author David Demelier <markand@malikania.fr>
date Wed, 22 Jan 2020 12:12:11 +0100
parents 52792b863ff7
children 80a913d25aa9
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)?$
^tools/molko-map(\.exe)?$

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