Mercurial > hg > tony
annotate .hgignore @ 698:ee97c742d184 tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:58:43 +0100 |
parents | 85ba31c30ea4 |
children |
rev | line source |
---|---|
Chris@0 | 1 syntax: glob |
Chris@0 | 2 Makefile |
Chris@0 | 3 Makefile.tonyapp |
Chris@0 | 4 */Makefile |
Chris@0 | 5 o/* |
Chris@0 | 6 */o/* |
Chris@0 | 7 */tmp_obj/* |
Chris@0 | 8 */tmp_moc/* |
Chris@0 | 9 doc/html/ |
Chris@0 | 10 *.o |
Chris@0 | 11 *.so |
Chris@0 | 12 *.so.* |
Chris@0 | 13 *.a |
Chris@0 | 14 *~ |
Chris@0 | 15 *.orig |
Chris@0 | 16 *.rej |
Chris@0 | 17 re:^autom4te\.cache/ |
Chris@0 | 18 re:^qrc_tony\.cpp$ |
Chris@0 | 19 re:^tony$ |
Chris@0 | 20 re:^aclocal\.m4$ |
Chris@0 | 21 re:^config\.log$ |
Chris@0 | 22 re:^config\.pri$ |
Chris@0 | 23 re:^config\.status$ |
Chris@524 | 24 vamp-plugin-sdk |
Chris@524 | 25 svcore |
Chris@524 | 26 svgui |
Chris@524 | 27 svapp |
Chris@524 | 28 piper-cpp |
Chris@540 | 29 piper-vamp-cpp |
Chris@524 | 30 dataquay |
Chris@524 | 31 bqvec |
Chris@524 | 32 bqfft |
Chris@524 | 33 bqresample |
Chris@524 | 34 bqaudioio |
Chris@524 | 35 sv-dependency-builds |
Chris@524 | 36 icons/scalable |
Chris@524 | 37 chp |
Chris@524 | 38 pyin |
Chris@540 | 39 glob:.repoint* |
Chris@548 | 40 build_win32 |
Chris@548 | 41 build_win64 |
Chris@548 | 42 build_win64_debug |
Chris@548 | 43 *.AppImage |
Chris@548 | 44 *.AppDir |
Chris@548 | 45 Dockerfile*.gen |
Chris@548 | 46 squashfs-root |
cannam@567 | 47 *.app |
cannam@567 | 48 Makefile.* |
cannam@567 | 49 .qmake.stash |
cannam@567 | 50 *.dylib |
cannam@567 | 51 test-svcore-* |
cannam@567 | 52 *.dmg |
Chris@619 | 53 .notarization-uuid |
Chris@612 | 54 Dockerfile*.gen |
Chris@612 | 55 |