annotate .hgignore @ 515:08bcc06c38ec tip master

Remove fast-math
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 28 Jan 2020 15:27:37 +0000
parents ad02841a1172
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/