view .hgignore @ 38:83ae0e13c416

core: improve parsing of strings in map.c
author David Demelier <markand@malikania.fr>
date Wed, 15 Jan 2020 20:44:17 +0100
parents bdb51709fd55
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$