view .hgignore @ 77:fe78b16c694d

pasterd: refactor json utilities
author David Demelier <markand@malikania.fr>
date Thu, 16 Mar 2023 15:05:26 +0100
parents 67b3d13a5035
children 9bfe5ce3cc45
line wrap: on
line source

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

# IDEs.
^\.vscode

# macOS specific.
\.DS_Store$

# Temporary files.
\.d$
\.o$
^config\.mk$
^extern/bcc/bcc$
^html/.*\.h$
^libpaster\.a$

# Executables.
^paster$
^pasterd$

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

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