From: Paul Brossier Date: Wed, 23 Sep 2009 17:51:16 +0000 (+0200) Subject: .bzrignore: allow _ in test filenames X-Git-Tag: 0.4.0-beta1~854 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f50cd2862428767ac96197bfdb19774cb021b318;p=aubio.git .bzrignore: allow _ in test filenames --- diff --git a/.bzrignore b/.bzrignore index 4746d488..0ca8d959 100644 --- a/.bzrignore +++ b/.bzrignore @@ -13,8 +13,8 @@ RE:examples/[a-z]* # ignore compiled test programs -RE:tests/src/test-[a-z-]*$ -RE:tests/cpp/test-[a-z-]*$ +RE:tests/src/test-[a-z-_]*$ +RE:tests/cpp/test-[a-z-_]*$ # ignore aubio plugins/puredata/aubio.pd_linux