view .hgignore @ 318:d3505c23a409

mac: fix build because Apple is not POSIX compliant
author David Demelier <markand@malikania.fr>
date Wed, 29 Sep 2021 21:59:00 +0200
parents dbfe05b88627
children 8f9937403749
line wrap: on
line source

# CMake files.
^build

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

# macOS specific.
\.DS_Store$