Mercurial > hg > svcore
annotate .hgignore @ 1778:59d9dcfd67c2
Replace the model used for the cache part of the peak-cache model with a simple vector of vectors. Avoids unnecessary locking in a class that is not thread-safe in any case. Also record whether the final column is actually truncated, rather than risk possible backward seeks to re-read it in the case where it simply might be
author | Chris Cannam |
---|---|
date | Wed, 11 Sep 2019 11:19:27 +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 |