.bzrignore: allow _ in test filenames
authorPaul Brossier <piem@piem.org>
Wed, 23 Sep 2009 17:51:16 +0000 (19:51 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 23 Sep 2009 17:51:16 +0000 (19:51 +0200)
.bzrignore

index 4746d488ce6d0ee662b60dbb36b498d2e21734db..0ca8d95930044d585e358b64c7922c1b9a73bcee 100644 (file)
@@ -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