view .hgignore @ 34:e15361e5a46a

make: cleanup doxygen directory
author David Demelier <markand@malikania.fr>
date Mon, 13 Jan 2020 13:38:14 +0100
parents 781c612edff1
children bdb51709fd55
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$
^tools/molko-map$

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