view .hgignore @ 24:6702a87420d1

pasterd: fix some assertions
author David Demelier <markand@malikania.fr>
date Thu, 06 Feb 2020 21:48:32 +0100
parents 09d2f54562ec
children 6a45977c82b4
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$

# Temporary files.
extern/libsqlite3.a
\.o$
\.d$

# Executables.
^pasterd(\.8)?$
^pasterd-clean(\.8)?$
^paster(\.1)?$