view .hgignore @ 32:5527a0b4573b

themes: update siimple to 4.x
author David Demelier <markand@malikania.fr>
date Thu, 23 Jun 2022 14:37:41 +0200
parents 070793dd21b2
children
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# Temporary files.
\.a$
\.d$
\.o$

# Executables.
^imgupd-themes\.5$
^imgupd(\.8)?$
^imgupd-clean(\.8)?$
^imgup(\.1)?$

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

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