view .hgignore @ 55:87b32293b95a

core: improve map_state organization
author David Demelier <markand@malikania.fr>
date Mon, 20 Jan 2020 13:38:05 +0100
parents a8c7db56ccb0
children 52792b863ff7
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$