Mercurial > hg > qm-vamp-plugins
annotate .hgignore @ 212:9b858df4e8b0
Windows installer build files
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 27 Apr 2018 14:27:26 +0100 |
parents | 46109b1ec46e |
children | e737931b1925 |
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@187 | 8 glob:.vext-*.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 |