Mercurial > hg > qm-vamp-plugins
annotate .hgignore @ 229:c218537c34b9
Rejig docs
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 24 May 2019 11:31:00 +0100 |
parents | 97352295ca97 |
children |
rev | line source |
---|---|
c@161 | 1 syntax: glob |
c@161 | 2 *~ |
c@161 | 3 *.o |
c@190 | 4 *.obj |
c@161 | 5 *.so |
c@161 | 6 *.dll |
c@212 | 7 *.msi |
c@219 | 8 glob:.repoint-*.bin |
c@189 | 9 build/msvc/Debug |
c@189 | 10 build/msvc/Release |
c@190 | 11 build/msvc/x64/Debug |
c@190 | 12 build/msvc/x64/Release |
c@195 | 13 re:^build/mingw32/x64/Release/ |
c@212 | 14 .vs |
c@212 | 15 *.db |
c@226 | 16 test/tmp |
c@229 | 17 lib/ |
c@229 | 18 *.orig |