Mercurial > hg > sonic-visualiser
annotate .hgignore @ 441:bb6e04d07921
Update of the URL for the Oggz and fishsound libraries which was obsolete in the INSTALL.txt file
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Wed, 22 Jun 2011 15:16:01 +0100 |
parents | 41f3e8d56bac |
children | 097f97218c66 |
rev | line source |
---|---|
Chris@350 | 1 syntax: glob |
Chris@350 | 2 Makefile |
Chris@350 | 3 */Makefile |
Chris@351 | 4 o/* |
Chris@350 | 5 */o/* |
Chris@350 | 6 */tmp_obj/* |
Chris@350 | 7 */tmp_moc/* |
Chris@350 | 8 doc/html/ |
Chris@350 | 9 *.o |
Chris@350 | 10 *.so |
Chris@350 | 11 *.so.* |
Chris@350 | 12 *.a |
Chris@350 | 13 *.wav |
Chris@350 | 14 *~ |
Chris@350 | 15 *.orig |
Chris@350 | 16 *.rej |