annotate .hgignore @ 435:ad02841a1172

Add a MSVC build project. This is hard to use, because it depends on a BLAS library
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 05 Feb 2018 17:36:47 +0000
parents 4ae4229a074a
children
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@415 8 tests/test.log
c@376 9 *.rej
c@415 10 ext/uncertain/
c@376 11
c@435 12 *.obj
c@435 13 re:^build/msvc/Debug/
c@435 14 re:^build/msvc/x64/Release/