view .hgignore @ 24:4a06503641eb

core: start basic implementation of dialog, continue #2449 @2h
author David Demelier <markand@malikania.fr>
date Fri, 10 Jan 2020 13:30:01 +0100
parents 5519ad48822e
children 0d5ecefcccd3
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# object files.
^libmolko\.a$
^molko$
^tests/test-color$
\.d$
\.o$

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