view .hgignore @ 34:030efbd7340f

tests: create unit tests, closes #1696 @2h
author David Demelier <markand@malikania.fr>
date Wed, 12 Feb 2020 12:50:00 +0100
parents 6a45977c82b4
children e05b26209ad3
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)?$

# Distribution files.
^paster-\d\.\d.\d\.tar\.xz(\.asc)?$

# Test files.
^test\.db$
^tests/test-database$