view .hgignore @ 6:3054723e53d7

core: implement clock, closes #2443
author David Demelier <markand@malikania.fr>
date Mon, 06 Jan 2020 21:27:45 +0100
parents efcc908bca21
children 61faa3054bed
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# object files.
^molko$
\.d$
\.o$