Hi,

The current bzrignore does not exclude all build files from test and demo
builds, as well as the demo.log and a few results folders. Is there any
reason why these folders are not excluded? If so, it should maybe be
documented somewhere.

I have made a patch if you're interested. I am not sure if the two results
folders I have added are the only ones, or if some of the other demos make
such folders as well. If so, those should of course also be added.

-- 
Fredrik
--- .bzrignore.orig	2011-11-07 11:09:33.552413179 +0100
+++ .bzrignore	2011-11-07 11:09:35.091643179 +0100
@@ -33,6 +33,7 @@
 dolfin/dolfin-config.cmake
 
 # Demos and tests
+RE:build_demo.*
 RE:demo/.*\.(pvd|vtu|pvtu|xml|bin)
 RE:demo/adaptivity/.*/(cpp|python)/.*\.(pvd|vtu|pvtu|xml|bin|bin.gz)
 RE:demo/adaptivity/.*/indicators.py
@@ -43,6 +44,10 @@
 RE:test/unit/adaptivity/(cpp|python)/.*.(bin|bin.gz)
 RE:test/.*/cpp/.*-test
 RE:bench/.*/cpp/.*-bench
+RE:test/unit/.*/cpp/test_.*
+test/regression/demo.log
+demo/pde/navier-stokes/python/results
+demo/undocumented/advection-diffusion/python/results
 
 # Generated documentation
 doc/progr_reference/html/**.html
_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp

Reply via email to