view .hgignore @ 37:ab071d485d38 default tip @

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Thu, 04 Jan 2024 10:42:26 +0100
parents 44f1392dd105
children
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

# Objects files.
\.o$
\.a$

# Usual CMake build directory.
^build

# Test files.
^test/test-clear$
^test/test-dup$
^test/test-erase$
^test/test-finish$
^test/test-init$
^test/test-printf$
^test/test-putc$
^test/test-puts$
^test/test-reserve$
^test/test-resize$
^test/test-shrink$
^test/test-sub$

# Distribution files.
^libbuf-(\d+)\.(\d+)\.(\d+)\.tar\.xz$