view .hgignore @ 6:882acedb9b89

misc: added signature for changeset 4fa5d279a084
author David Demelier <markand@malikania.fr>
date Thu, 26 Nov 2020 18:43:33 +0100
parents f41e1b48510d
children 51b272eab08a
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

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

# Executables.
^imgpasterd(\.8)?$
^imgpasterd-clean(\.8)?$
^imgpaster(\.1)?$

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

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