view .hgignore @ 37:e05b26209ad3

misc: update .hgignore
author David Demelier <markand@malikania.fr>
date Wed, 12 Feb 2020 20:45:00 +0100
parents 030efbd7340f
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$