view .hgignore @ 35:bdb51709fd55

core: implement error functions, closes #2453
author David Demelier <markand@malikania.fr>
date Mon, 13 Jan 2020 13:53:18 +0100
parents 781c612edff1
children 22a09a5ee476
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$
^tests/test-error$
^tools/molko-map$

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