Mercurial > hg > svcore
annotate .hgignore @ 637:465f769ccad0
* More updates to build system, intended to support platforms both with and without pkg-config (though we really want to be able to switch pkg-config off)
| author | Chris Cannam | 
|---|---|
| date | Thu, 16 Sep 2010 14:40:52 +0100 | 
| parents | 1a4c76e0f7c5 | 
| children | ba986753c3dd | 
| rev | line source | 
|---|---|
| Chris@636 | 1 syntax: glob | 
| Chris@636 | 2 Makefile | 
| Chris@636 | 3 */Makefile | 
| Chris@636 | 4 */o/* | 
| Chris@636 | 5 */tmp_obj/* | 
| Chris@636 | 6 */tmp_moc/* | 
| Chris@636 | 7 doc/html/ | 
| Chris@636 | 8 *.o | 
| Chris@636 | 9 *.so | 
| Chris@636 | 10 *.so.* | 
| Chris@636 | 11 *.a | 
| Chris@636 | 12 *.wav | 
| Chris@636 | 13 *~ | 
| Chris@636 | 14 *.orig | 
| Chris@636 | 15 *.rej | 
