view .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
line wrap: on
line source
syntax: glob
Makefile*
*/Makefile
o/*
*/o/*
*/tmp_obj/*
*/tmp_moc/*
doc/html/
*.o
*.so
*.so.*
*.a
*.wav
*~
*.orig
*.rej
re:^autom4te\.cache/
re:^qrc_sonic-visualiser\.cpp$
re:^sonic-visualiser$
re:^aclocal\.m4$
re:^config\.log$
re:^config\.pri$
re:^config\.status$
*.app
Sonic Visualiser*
.DS_Store
*.stash
cov-int/*
*.deb
test-svcore-base
test-svcore-data-fileio
test-svcore-data-model
vamp-plugin-sdk
svcore
svgui
svapp
checker
piper
piper-cpp
dataquay
bqvec
bqfft
bqresample
bqaudioio
sv-dependency-builds
icons/scalable
vamp-plugin-load-checker
piper-vamp-simple-server
piper-convert
*.msi
*.user
glob:.vext*
glob:.repoint*
build_win32
build_win64