view .hgignore @ 97:b1e9d5fdeb47

gtest: complete removal
author David Demelier <markand@malikania.fr>
date Sat, 02 Oct 2021 08:49:16 +0200
parents b36a0d91bf7b
children
line wrap: on
line source

# Build directory used in lots of documentation.
^build

# Qt Creator creates CMakeLists.txt.user.
^CMakeLists\.txt\.user$

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

# macOS specific.
\.DS_Store$