view .hgignore @ 196:658ee50b8bcb

doc: improve doxygen documentation
author David Demelier <markand@malikania.fr>
date Mon, 09 Nov 2020 10:36:39 +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$