view .hgignore @ 1128:e973c1a47d66

lib: add mising sys/wait.h
author David Demelier <markand@malikania.fr>
date Sun, 05 Dec 2021 12:18:44 +0100
parents 3d9975880161
children
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# CMake build directory.
^build