view .hgignore @ 43:291be94202c7

core: add PAINTER_(BEGIN|END) helpers, closes #2456
author David Demelier <markand@malikania.fr>
date Wed, 15 Jan 2020 20:54:53 +0100
parents 22a09a5ee476
children 55869b5e4761
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$

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