view .hgignore @ 8:106620648160

misc: cleanup Makefile
author David Demelier <markand@malikania.fr>
date Mon, 06 Jan 2020 21:45:00 +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$