view .hgignore @ 48:55869b5e4761

core: implement properties, closes #2461
author David Demelier <markand@malikania.fr>
date Thu, 16 Jan 2020 14:57:51 +0100
parents 22a09a5ee476
children a8c7db56ccb0
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)?$
^tests/test-property(\.exe)?$
^tools/molko-map(\.exe)?$

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