annotate .hgignore @ 1866:65d244ee39f9

Experimentally add a rule to re-run Repoint if the project or lock file is newer than the .repoint.point file. This sort of thing isn't sufficient for all uses of Repoint because some of the initial qmake project file info is brought in by Repoint, so it has to be run before qmake as well. Also it's not clear yet how it will interact with archived builds (i.e. source releases) -- to be tested.
author Chris Cannam
date Tue, 19 Jun 2018 15:03:24 +0100
parents e63cc95876cb
children 6ec18c2566e7
rev   line source
Chris@350 1 syntax: glob
Chris@742 2 Makefile*
Chris@350 3 */Makefile
Chris@351 4 o/*
Chris@350 5 */o/*
Chris@350 6 */tmp_obj/*
Chris@350 7 */tmp_moc/*
Chris@350 8 doc/html/
Chris@350 9 *.o
Chris@350 10 *.so
Chris@350 11 *.so.*
Chris@350 12 *.a
Chris@350 13 *.wav
Chris@350 14 *~
Chris@350 15 *.orig
Chris@350 16 *.rej
Chris@442 17 re:^autom4te\.cache/
Chris@442 18 re:^qrc_sonic-visualiser\.cpp$
Chris@442 19 re:^sonic-visualiser$
Chris@442 20 re:^aclocal\.m4$
Chris@442 21 re:^config\.log$
Chris@442 22 re:^config\.pri$
Chris@442 23 re:^config\.status$
Chris@742 24 *.app
Chris@742 25 Sonic Visualiser*
Chris@742 26 .DS_Store
Chris@742 27 *.stash
Chris@852 28 cov-int/*
Chris@1711 29 *.deb
Chris@1741 30 test-svcore-base
Chris@1741 31 test-svcore-data-fileio
Chris@1741 32 test-svcore-data-model
Chris@1711 33 vamp-plugin-sdk
Chris@1711 34 svcore
Chris@1711 35 svgui
Chris@1711 36 svapp
Chris@1711 37 checker
Chris@1724 38 piper
Chris@1711 39 piper-cpp
Chris@1711 40 dataquay
Chris@1711 41 bqvec
Chris@1711 42 bqfft
Chris@1711 43 bqresample
Chris@1711 44 bqaudioio
Chris@1711 45 sv-dependency-builds
Chris@1711 46 icons/scalable
Chris@1711 47 vamp-plugin-load-checker
Chris@1711 48 piper-vamp-simple-server
Chris@1711 49 piper-convert
Chris@1786 50 *.msi
Chris@1786 51 *.user
Chris@1866 52 glob:.vext*
Chris@1866 53 glob:.repoint*
Chris@1827 54 build_win32
Chris@1827 55 build_win64