Mercurial > hg > qm-dsp
annotate .hgignore @ 216:0307327a3869
Merge from branch msvc
| author | Chris Cannam |
|---|---|
| date | Thu, 08 Feb 2018 15:41:27 +0000 |
| parents | cf62f73766e9 |
| children |
| rev | line source |
|---|---|
| Chris@108 | 1 syntax: glob |
| Chris@108 | 2 *.o |
| Chris@108 | 3 *~ |
| Chris@108 | 4 *.orig |
| Chris@108 | 5 *.a |
| Chris@151 | 6 doc/html/ |
| Chris@151 | 7 tests/test-* |
| Chris@191 | 8 tests/test.log |
| Chris@151 | 9 *.rej |
| Chris@191 | 10 ext/uncertain/ |
| Chris@151 | 11 |
| Chris@210 | 12 *.obj |
| Chris@210 | 13 re:^build/msvc/Debug/ |
| Chris@210 | 14 re:^build/msvc/x64/Release/ |
