view .hgignore @ 68:87041e7df099

themes: update siimple to 4.x
author David Demelier <markand@malikania.fr>
date Thu, 23 Jun 2022 14:12:02 +0200
parents a14b5b7aa80e
children 6792975da9a0
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# Temporary files.
^libpaster\.a$
^libsqlite3\.a$
\.o$
\.d$

# Manual pages.
^paster(\.1)?$
^pasterd(\.8)?$
^pasterd-clean(\.8)?$
^pasterd-themes(\.5)?$

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

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