annotate .hgignore @ 376:8e32cd2af755

Add Doxyfile
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 21 Oct 2013 11:38:40 +0100
parents dc42cb75dd25
children 857ca50ca25f
rev   line source
c@333 1 syntax: glob
c@333 2 *.o
c@333 3 *~
c@333 4 *.orig
c@333 5 *.a
c@376 6 doc/html/
c@376 7 tests/test-*
c@376 8 *.rej
c@376 9