annotate .hgignore @ 1866:b4b11af915f4

If duration < 0, swap start time and duration rather than throwing an exception - this is too deep to be throwing an exception here, we end up with bugs like #1989 (Crash when trying to import CSV file with certain unexpected data in it) - and the meaning of negative duration is not actually ambiguous
author Chris Cannam
date Thu, 11 Jun 2020 14:07:56 +0100
parents ba986753c3dd
children
rev   line source
Chris@636 1 syntax: glob
Chris@636 2 Makefile
Chris@636 3 */Makefile
Chris@649 4 o/*
Chris@636 5 */o/*
Chris@636 6 */tmp_obj/*
Chris@636 7 */tmp_moc/*
Chris@636 8 doc/html/
Chris@636 9 *.o
Chris@636 10 *.so
Chris@636 11 *.so.*
Chris@636 12 *.a
Chris@636 13 *.wav
Chris@636 14 *~
Chris@636 15 *.orig
Chris@636 16 *.rej