view .hgignore @ 83:a55c0d7ff8fa

pasterd: improve default theme
author David Demelier <markand@malikania.fr>
date Fri, 17 Mar 2023 10:49:24 +0100
parents 9bfe5ce3cc45
children
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$
^sql/.*\.h$
^libpaster\.a$

# Executables.
^paster$
^pasterd$

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

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