view .hgignore @ 287:75d2fdf96064

util: nrand no longer contains upper range
author David Demelier <markand@malikania.fr>
date Mon, 04 Jan 2021 11:34:18 +0100
parents 789b23e01f52
children 3ccf841ca1fe
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# CMake build directory.
^build$