view .hgignore @ 15:9f4f7a266c0b

misc: goodbye doxygen
author David Demelier <markand@malikania.fr>
date Wed, 16 Dec 2020 16:11:10 +0100
parents 6ffab5e7d760
children 54638f36f774
line wrap: on
line source

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

# macOS specific.
\.DS_Store$

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

# 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$

# Doxygen stuff.
^doxygen$