view .hgignore @ 40:047f9a6bbff1

misc: added tag 0.2.0 for changeset 5e39e116c38d
author David Demelier <markand@malikania.fr>
date Thu, 13 Feb 2020 12:05:00 +0100
parents e05b26209ad3
children a14b5b7aa80e
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.
^libpaster\.a$
^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$